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

minify-html-literals

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

minify-html-literals - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

8

CHANGELOG.md

@@ -5,2 +5,10 @@ # Change Log

<a name="1.0.7"></a>
## [1.0.7](https://github.com/asyncLiz/minify-html-literals/compare/v1.0.6...v1.0.7) (2018-10-05)
### Bug Fixes
- do not remove tag whitespace ([89f362a](https://github.com/asyncLiz/minify-html-literals/commit/89f362a))
<a name="1.0.6"></a>

@@ -7,0 +15,0 @@

2

package.json
{
"name": "minify-html-literals",
"version": "1.0.6",
"version": "1.0.7",
"description": "Minify HTML template literal strings",

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

@@ -20,3 +20,2 @@ "use strict";

removeStyleLinkTypeAttributes: true,
removeTagWhitespace: true,
useShortDoctype: true

@@ -23,0 +22,0 @@ };

@@ -66,3 +66,2 @@ import { Options, minify } from 'html-minifier';

removeStyleLinkTypeAttributes: true,
removeTagWhitespace: true,
useShortDoctype: true

@@ -69,0 +68,0 @@ };

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