Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

ender-minify

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ender-minify - npm Package Compare versions

Comparing version
0.0.3
to
0.0.4
+6
-9
package.json
{
"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": {