Socket
Socket
Sign inDemoInstall

optimist

Package Overview
Dependencies
1
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.0 to 0.5.1

test/parse_modified.js

5

index.js

@@ -158,4 +158,5 @@ var path = require('path');

self.parse = function (args) {
return Argv(args).argv;
self.parse = function (args_) {
args = args_;
return self.argv;
};

@@ -162,0 +163,0 @@

2

package.json
{
"name" : "optimist",
"version" : "0.5.0",
"version" : "0.5.1",
"description" : "Light-weight option parsing with an argv hash. No optstrings attached.",

@@ -5,0 +5,0 @@ "main" : "./index.js",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc