Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

getopts

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

getopts - npm Package Compare versions

Comparing version 0.0.1 to 1.0.0

.travis.yml

25

package.json
{
"name": "getopts",
"version": "0.0.1",
"description": "",
"description": "Node.js CLI options parser.",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"repository": "getopts/getopts",
"author": "Jorge Bucaran",
"keywords": [
"cli",
"argv",
"cli-parser",
"getopts"
],
"scripts": {
"test": "exit 1"
"test": "nyc -r lcov tape test/*.js && nyc report",
"format": "prettier --semi false --write '*.js'",
"release": "npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push origin master && git push --tags && npm publish"
},
"keywords": [],
"author": "",
"license": "MIT"
"devDependencies": {
"nyc": "^11.2.1",
"prettier": "~1.7.4",
"tape": "^4.8.0"
}
}
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