node-getopt
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -1,1 +0,1 @@ | ||
module.exports = require(__dirname + '/lib/getopt.js'); | ||
module.exports = require('./lib/getopt.js'); |
@@ -193,3 +193,3 @@ // Generated by ToffeeScript 1.4.0 | ||
} | ||
} else if ((__matches = arg.match(/^--(\w[\w\-]*)((?:=.*)?)$/))) { | ||
} else if ((__matches = arg.match(/^--(\w[\w\-]*)((?:=[^]*)?)$/))) { | ||
long_name = __matches[1]; | ||
@@ -196,0 +196,0 @@ value = __matches[2]; |
{ | ||
"name": "node-getopt", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"author" : "Jiang Miao <jiangfriend@gmail.com>", | ||
"description": "featured command line args parser", | ||
"keywords" : ["getopt", "arg", "parser"], | ||
"homepage": "http://github.com/jiangmiao/node-getopt", | ||
"homepage": "https://github.com/jiangmiao/node-getopt", | ||
"license": "MIT", | ||
"repository" : { | ||
"type" : "git", | ||
"url" : "git://github.com/jiangmiao/node-getopt.git" | ||
"url" : "https://github.com/jiangmiao/node-getopt" | ||
}, | ||
@@ -12,0 +13,0 @@ "main" : "./lib", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
0
31055
11
436