New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fis-optimizer-uglify-js

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fis-optimizer-uglify-js - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

8

index.js

@@ -13,5 +13,11 @@ /*

UglifyJS.AST_Node.warn_function = function(txt){
fis.log.error(txt)
var pos = txt.indexOf('?');
if(pos === -1){
txt += ' filename: ' + file.subpath;
} else {
txt = txt.substring(0, pos) + file.subpath + txt.substring(0, pos + 1);
}
fis.log.error(txt);
};
return UglifyJS.minify(content, conf).code;
};

2

package.json
{
"name" : "fis-optimizer-uglify-js",
"description" : "A optimizer for fis to compress js by using uglify-js.",
"version" : "0.0.4",
"version" : "0.0.5",
"author" : "FIS Team <fis@baidu.com>",

@@ -6,0 +6,0 @@ "homepage" : "http://fis.baidu.com/",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc