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

@node-minify/html-minifier

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@node-minify/html-minifier - npm Package Compare versions

Comparing version 5.0.0 to 5.1.0

12

lib/html-minifier.js

@@ -57,7 +57,9 @@ "use strict";

_utils.utils.writeFile({
file: settings.output,
content: contentMinified,
index
});
if (!settings.content) {
_utils.utils.writeFile({
file: settings.output,
content: contentMinified,
index
});
}

@@ -64,0 +66,0 @@ if (callback) {

{
"name": "@node-minify/html-minifier",
"version": "5.0.0",
"version": "5.1.0",
"description": "html-minifier plugin for @node-minify",

@@ -36,6 +36,6 @@ "keywords": [

"dependencies": {
"@node-minify/utils": "^5.0.0",
"@node-minify/utils": "^5.1.0",
"html-minifier": "4.0.0"
},
"gitHead": "2655e814697ddbce46dd57e945e2a8ddfb14b151"
"gitHead": "bfb1832dae961da38c06f118c6e30eae52e46c56"
}
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