Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "neps", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A simple Node.js REPL interface with module requires", | ||
@@ -33,4 +33,5 @@ "author": { | ||
"dependencies": { | ||
"async": "^2.1.5" | ||
"async": "^2.1.5", | ||
"minimist": "~1.2.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
7874
2
+ Addedminimist@~1.2.0
+ Addedminimist@1.2.8(transitive)