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.2
to
0.0.3
support/closure_r2180.jar

Sorry, the diff of this file is too big to display

+0
-1

@@ -18,3 +18,2 @@ {

, "white": false
, "indent": 2
, "asi": true

@@ -21,0 +20,0 @@ , "laxbreak": true

@@ -27,3 +27,4 @@ /*!

, path = require('path')
, closureJar = 'closure_r2081.jar'
, closureJar = 'closure_r2180.jar'
, jarPath = path.resolve(__dirname, '../support/' + closureJar)
, javaCmd = 'java'

@@ -56,3 +57,3 @@ , javaArgs = [

return a
.replace('{jarPath}', path.resolve(__dirname, '../support/' + closureJar))
.replace('{jarPath}', jarPath)
.replace('{externs}', externs)

@@ -83,3 +84,3 @@ .replace('{level}', level)

}
stdout = stdout.replace(reTokens, function(s) {
stdout = stdout.replace(reTokens, function() {
return '\n' + comments.shift().replace(/(^[\n\s]+)|([\n\s]+$)/g, '')

@@ -95,4 +96,5 @@ })

module.exports = {
minify : minify
, levels : Object.keys(levels)
minify : minify
, levels : Object.keys(levels)
, jarPath : jarPath
}

@@ -42,2 +42,3 @@ /*!

, closureLevels : minifiers.closure.levels
, closureJar : minifiers.closure.jarPath
}
{
"name": "ender-minify"
, "description": "Interface to UglifyJS Closure Compiler and YUICompressor"
, "version": "0.0.2"
, "version": "0.0.3"
, "authors": [

@@ -6,0 +6,0 @@ "Rod Vagg @rvagg <rod@vagg.org> (https://github.com/rvagg)"

{
"name": "ender-minify",
"version": "0.0.2",
"dependencies": {
"uglify-js": {
"version": "1.3.2"
}
}
}

Sorry, the diff of this file is too big to display