Socket
Socket
Sign inDemoInstall

minimist

Package Overview
Dependencies
0
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.3 to 1.2.0

test/kv_short.js

6

index.js

@@ -143,2 +143,8 @@ module.exports = function (args, opts) {

if (/[A-Za-z]/.test(letters[j]) && /=/.test(next)) {
setArg(letters[j], next.split('=')[1], arg);
broken = true;
break;
}
if (/[A-Za-z]/.test(letters[j])

@@ -145,0 +151,0 @@ && /-?\d+(\.\d*)?(e-?\d+)?$/.test(next)) {

2

package.json
{
"name": "minimist",
"version": "1.1.3",
"version": "1.2.0",
"description": "parse argument options",

@@ -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