Socket
Socket
Sign inDemoInstall

nopt

Package Overview
Dependencies
Maintainers
0
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nopt - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

3

lib/nopt.js

@@ -43,2 +43,5 @@ // info about each config option.

data.argv = {remain:remain,cooked:cooked,original:original}
data.argv.toString = function () {
return this.remain.map(JSON.stringify).join(" ")
}
return data

@@ -45,0 +48,0 @@ }

4

package.json
{ "name" : "nopt"
, "version" : "1.0.1"
, "version" : "1.0.2"
, "description" : "Option parsing for Node, supporting types, shorthands, etc. Used by npm."
, "author" : "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)"
, "main" : "lib/nopt.js"
, "scripts" : { "test" : "node lib/optparse.js" }
, "scripts" : { "test" : "node lib/nopt.js" }
, "repository" : "http://github.com/isaacs/nopt"
, "dependencies" : { "abbrev" : "1" }}
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