Socket
Socket
Sign inDemoInstall

command-line-args

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

command-line-args - npm Package Compare versions

Comparing version 5.0.2 to 5.1.0

dist/index.js

30

package.json
{
"name": "command-line-args",
"version": "5.0.2",
"version": "5.1.0",
"description": "A mature, feature-complete library to parse command-line options.",
"repository": "https://github.com/75lb/command-line-args.git",
"scripts": {
"test": "test-runner test/*.js test/internals/*.js",
"docs": "jsdoc2md index.js > doc/API.md && jsdoc2md lib/option-definition.js > doc/option-definition.md",
"cover": "istanbul cover ./node_modules/.bin/test-runner test/*.js test/internals/*.js && cat coverage/lcov.info | ./node_modules/.bin/coveralls #&& rm -rf coverage; echo"
"test": "rollup test/tests.mjs -f cjs -o dist/tests.js && node dist/tests.js",
"test:mjs": "node --experimental-modules test/tests.mjs",
"travis-test": "node dist/tests.js",
"docs": "jsdoc2md -c jsdoc.conf index.mjs > doc/API.md && jsdoc2md -c jsdoc.conf lib/option-definition.mjs > doc/option-definition.md",
"cover": "nyc --reporter=text-lcov test-runner test/*.js test/internals/*.js | coveralls",
"dist": "rollup index.mjs -f cjs -o dist/index.js && rollup index.mjs -f esm -o dist/index.mjs"
},
"main": "dist/index.js",
"keywords": [

@@ -29,14 +33,20 @@ "argv",

},
"files": [
"index.mjs",
"lib",
"dist/index.js",
"dist/index.mjs"
],
"devDependencies": {
"coveralls": "^3.0.0",
"coveralls": "^3.0.3",
"jsdoc-to-markdown": "^4.0.1",
"test-runner": "^0.5.0"
"rollup": "^1.7.0",
"test-runner": "^0.5.1"
},
"dependencies": {
"argv-tools": "^0.1.1",
"array-back": "^2.0.0",
"find-replace": "^2.0.1",
"array-back": "^3.0.1",
"find-replace": "^3.0.0",
"lodash.camelcase": "^4.3.0",
"typical": "^2.6.1"
"typical": "^4.0.0"
}
}

@@ -103,2 +103,2 @@ [![view on npm](https://img.shields.io/npm/v/command-line-args.svg)](https://www.npmjs.org/package/command-line-args)

&copy; 2014-18 Lloyd Brookes \<75pound@gmail.com\>. Documented by [jsdoc-to-markdown](https://github.com/75lb/jsdoc-to-markdown).
&copy; 2014-19 Lloyd Brookes \<75pound@gmail.com\>. Documented by [jsdoc-to-markdown](https://github.com/75lb/jsdoc-to-markdown).

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc