Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "nowa", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "nowa webpack solution", | ||
@@ -20,3 +20,3 @@ "main": "index.js", | ||
"author": { | ||
"name": "caoke", | ||
"name": "gbk", | ||
"email": "ck0123456@gmail.com" | ||
@@ -28,3 +28,11 @@ }, | ||
}, | ||
"homepage": "https://github.com/nowa-webpack/nowa#readme" | ||
"homepage": "https://github.com/nowa-webpack/nowa#readme", | ||
"dependencies": { | ||
"chalk": "~1.1.3", | ||
"commander": "~2.9.0", | ||
"resolve": "~1.1.7" | ||
}, | ||
"bin": { | ||
"nowa": "./index.js" | ||
} | ||
} |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
5983
6
97
1
56
0
3
4
+ Addedchalk@~1.1.3
+ Addedcommander@~2.9.0
+ Addedresolve@~1.1.7
+ Addedansi-regex@2.1.1(transitive)
+ Addedansi-styles@2.2.1(transitive)
+ Addedchalk@1.1.3(transitive)
+ Addedcommander@2.9.0(transitive)
+ Addedescape-string-regexp@1.0.5(transitive)
+ Addedgraceful-readlink@1.0.1(transitive)
+ Addedhas-ansi@2.0.0(transitive)
+ Addedresolve@1.1.7(transitive)
+ Addedstrip-ansi@3.0.1(transitive)
+ Addedsupports-color@2.0.0(transitive)