ender-minify
Advanced tools
+6
-9
| { | ||
| "name": "ender-minify" | ||
| , "description": "Interface to UglifyJS Closure Compiler and YUICompressor" | ||
| , "version": "0.0.3" | ||
| , "version": "0.0.4" | ||
| , "authors": [ | ||
@@ -11,7 +11,4 @@ "Rod Vagg @rvagg <rod@vagg.org> (https://github.com/rvagg)" | ||
| , "homepage": "https://ender.no.de" | ||
| , "engines": { | ||
| "node" : ">= 0.6.0" | ||
| } | ||
| , "dependencies": { | ||
| "uglify-js" : ">= 1.3.0" | ||
| "uglify-js" : "~1.3.0" | ||
| } | ||
@@ -22,6 +19,6 @@ , "directories": { | ||
| , "devDependencies": { | ||
| "buster" : ">= 0.5.4" | ||
| , "rimraf" : ">= 2.0.1" | ||
| , "jshint" : ">= 0.7.1" | ||
| , "colors" : ">= 0.6.0" | ||
| "buster" : "~0.5.4" | ||
| , "rimraf" : "~2.0.1" | ||
| , "jshint" : "~0.7.1" | ||
| , "colors" : "~0.6.0" | ||
| } | ||
@@ -28,0 +25,0 @@ , "scripts": { |
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
5876468
0+ Added
- Removed
Updated