Socket
Socket
Sign inDemoInstall

minimist

Package Overview
Dependencies
0
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.1 to 1.2.2

test/proto.js

2

example/parse.js
var argv = require('../')(process.argv.slice(2));
console.dir(argv);
console.log(argv);

@@ -73,2 +73,3 @@ module.exports = function (args, opts) {

if (o[key] === undefined) o[key] = {};
if (o[key] === {}.__proto__) o[key] = {};
o = o[key];

@@ -75,0 +76,0 @@ });

{
"name": "minimist",
"version": "1.2.1",
"version": "1.2.2",
"description": "parse argument options",

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

Sorry, the diff of this file is not supported yet

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