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.2 to 1.0.3

2

lib/nopt.js

@@ -44,3 +44,3 @@ // info about each config option.

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

@@ -47,0 +47,0 @@ return data

{ "name" : "nopt"
, "version" : "1.0.2"
, "version" : "1.0.3"
, "description" : "Option parsing for Node, supporting types, shorthands, etc. Used by npm."

@@ -4,0 +4,0 @@ , "author" : "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)"

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