Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ representative at an online or offline event.

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
[ben.baryo@humansecurity.com](mailto:ben.baryo@humansecurity.com).
[ben.baryo@gmail.com](mailto:ben.baryo@gmail.com).
All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the
Expand Down Expand Up @@ -147,4 +147,4 @@ at [https://www.contributor-covenant.org/translations][translations].
[v2.0]: https://www.contributor-covenant.org/version/2/0/code_of_conduct.html
[Mozilla CoC]: https://github.com/mozilla/diversity
[FAQ]: https://www.contributor-covenant.org/faq
[translations]: https://www.contributor-covenant.org/translations
[translations]: https://www.contributor-covenant.org/translations
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# flAST - FLat Abstract Syntax Tree
[![Run Tests](https://github.com/HumanSecurity/flast/actions/workflows/node.js.yml/badge.svg?branch=main)](https://github.com/HumanSecurity/flast/actions/workflows/node.js.yml)
[![Run Tests](https://github.com/ctrl-escp/flast/actions/workflows/node.js.yml/badge.svg?branch=main)](https://github.com/ctrl-escp/flast/actions/workflows/node.js.yml)
[![Downloads](https://img.shields.io/npm/dm/flast.svg?maxAge=43200)](https://www.npmjs.com/package/flast)

Efficient, flat, and richly-annotated JavaScript AST manipulation for code transformation, analysis, and more.

For comments and suggestions feel free to open an issue or find me on Twitter/X - [@ctrl__esc](https://x.com/ctrl__esc)
For comments and suggestions feel free to open an issue or find me on [LinkedIn](https://www.linkedin.com/in/bbaryo/)

## Table of Contents
* [Installation](#installation)
Expand All @@ -25,7 +25,7 @@ npm install flast

### Clone the Repo
```bash
git clone git@github.com:HumanSecurity/flast.git
git clone git@github.com:ctrl-escp/flast.git
cd flast
npm install
```
Expand Down Expand Up @@ -226,8 +226,8 @@ console.log(result); // var a = b; var b = 42; console.log(b);
---

## Projects Using flAST
- **[Obfuscation-Detector](https://github.com/HumanSecurity/obfuscation-detector):** Uses flAST to analyze and detect unique obfuscation in JavaScript code.
- **[REstringer](https://github.com/HumanSecurity/restringer):** Uses flAST for advanced code transformation and analysis.
- **[Obfuscation-Detector](https://github.com/ctrl-escp/obfuscation-detector):** Uses flAST to analyze and detect unique obfuscation in JavaScript code.
- **[REstringer](https://github.com/ctrl-escp/restringer):** Uses flAST for advanced code transformation and analysis.

---

Expand Down
Loading