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
4
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.1.11 to 0.1.12

5

index.js

@@ -9,2 +9,3 @@ /*

var UglifyJS = require('uglify-js');
var util = require('util');

@@ -56,5 +57,7 @@ function uglify(content, file, conf) {

try {
throw new Error('test');
content = uglify(content, file, conf);
} catch (e) {
fis.log.warn('Got Error %s while uglify %s', e.message, file.subpath);
fis.log.warning(util.format('Got Error %s while uglify %s', e.message, file.subpath));
// fis.log.warn('Got Error %s while uglify %s', e.message, file.subpath);
fis.log.debug(e.stack);

@@ -61,0 +64,0 @@ }

2

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

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

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