Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "argsparser", | ||
"description": "A tiny command line arguments parser", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"author": "Oleg Slobodskoi <oleg008@gmail.com>", | ||
@@ -11,6 +11,4 @@ "repository": { | ||
"keywords": [ "arguments", "options", "command line", "parser" ], | ||
"directories": { "lib": "./lib" }, | ||
"main": "./lib/argsparser.js", | ||
"engines": { "node": ">= 0.2.0" }, | ||
"scripts": { "install": "node ./test/test.js" }, | ||
"scripts": { "test": "node ./test/test.js" }, | ||
"licenses": [ | ||
@@ -17,0 +15,0 @@ { |
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
1
4841