Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
A CommonJS module dependency mapper and graphing tool.
This is still a WIP (in some ways). Depending on where you scanning from and the specified targets, things might not work as expected. Also, I started using this with nodejs based projects, so there may be (or is) unexpected behaviour that is not covered.
npm install -g arctor
arctor -h
You can scan multiple targets with the CLI, by:
arctor dir file.js dir2 ...
This will output a JSON data object (to be documented..).
Indeed!
git clone https://github.com/brentlintner/arctor.git
cd arctor/demo
arctor lib test
You can generate a visual graph of the dependencies.
arctor -g lib
npm install arctor
You can require it as so (exports lib/arctor.js
):
var arctor = require('arctor');
..to be documented.
git clone https://github.com/brentlintner/arctor.git && cd arctor
./configure
jake -T
If you find this useful in any way, and have an issue or contribution, feel free to open pull request or create an issue on github.
jake lint
).jake test
) are green.FAQs
A CommonJS module dependency mapper and graphing tool.
We found that arctor demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.