Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

assetone

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

assetone - npm Package Compare versions

Comparing version 0.2.7 to 0.2.8

13

lib/index.js

@@ -15,3 +15,14 @@ var fs = require('fs-base');

return minify(content, {
fromString:true
compress:{
hoist_vars:true,
screw_ie8:true
},
fromString:true,
mangle:{
screw_ie8:true
},
output:{
max_line_len:false,
screw_ie8:true
}
}).code.replace(/'use strict';/g, '').replace(/"use strict";/g, '');

@@ -18,0 +29,0 @@ };

2

package.json

@@ -5,3 +5,3 @@ {

"description":"Packages up CommonJS modules for the browser",
"version":"0.2.7",
"version":"0.2.8",
"author":{

@@ -8,0 +8,0 @@ "name":"Oleg Podsechin",

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