🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

optimist

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

optimist - npm Package Compare versions

Comparing version

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",