
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
args-finder
Advanced tools
  

// node dist/index.js create --nostart --decent --lauch=dev speed 3
const argsFinder = require('args-finder');
console.log(argsFinder.operation);
// create
console.log(argsFinder.commands);
// ['create']
console.log(argsFinder.options);
// {
// start: false,
// decent: true,
// launch: 'dev',
// speed: 3
// }
npm install --save args-finder
rm -rf dist && tscmocha ./dist/test/*.js| Package | Version | Dev |
|---|---|---|
| @types/node | ^8.10.12 | ✖ |
| minimist | ^1.2.0 | ✖ |
| @types/chai | ^4.1.3 | ✔ |
| @types/minimist | ^1.2.0 | ✔ |
| @types/mocha | ^5.2.0 | ✔ |
| chai | ^4.1.2 | ✔ |
| mocha | ^5.1.1 | ✔ |
Contributions welcome; Please submit all pull requests against the master branch. If your pull request contains TypeScript patches or features, you should include relevant unit tests. Please check the Contributing Guidelines for more details. Thanks!
Wendly Saintil wendlysaintil@gmail.com https://twitter.com/wendlysaintil
FAQs
  
We found that args-finder 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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.