Socket
Socket
Sign inDemoInstall

nanachi-compress-loader

Package Overview
Dependencies
13
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1

2

package.json
{
"name": "nanachi-compress-loader",
"version": "0.2.0",
"version": "0.2.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -28,2 +28,5 @@ const uglifyJS = require('uglify-es');

code = minifier(code, {
keepClosingSlash: true,
html5: false,
caseSensitive: true,
collapseWhitespace: true,

@@ -34,4 +37,3 @@ minifyCSS: true,

},
removeScriptTypeAttributes: true,
removeTagWhitespace: true
removeScriptTypeAttributes: true
});

@@ -38,0 +40,0 @@ return code;

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc