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

babel-plugin-template-html-minifier

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-template-html-minifier - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

README.md

6

CHANGELOG.md

@@ -1,5 +0,9 @@

# Change Log
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [3.0.1](https://github.com/cfware/babel-plugin-template-html-minifier/compare/v3.0.0...v3.0.1) (2019-06-07)
# [3.0.0](https://github.com/cfware/babel-plugin-template-html-minifier/compare/v2.3.0...v3.0.0) (2019-05-03)

@@ -6,0 +10,0 @@

17

package.json
{
"name": "babel-plugin-template-html-minifier",
"description": "Minify HTML in tagged template strings using html-minifier",
"version": "3.0.0",
"version": "3.0.1",
"main": "lib/index.js",
"files": [
"lib/**"
],
"scripts": {

@@ -37,4 +34,4 @@ "release": "standard-version --sign",

"@babel/plugin-transform-template-literals": "^7.2.0",
"@cfware/nyc": "^0.4.2",
"ava": "^1.2.1",
"@cfware/nyc": "^0.5.0",
"ava": "^2.0.0",
"choo": "^6.13.1",

@@ -46,3 +43,3 @@ "hyperhtml-element": "^3.6.0",

"pify": "^4.0.1",
"standard-version": "^5.0.0",
"standard-version": "^6.0.1",
"xo": "^0.24.0"

@@ -52,4 +49,4 @@ },

"ignores": [
"test/fixtures/ignore-invalid-require-source.js",
"test/fixtures/transform-template-literals-after.js"
"fixtures/ignore-invalid-require-source.js",
"fixtures/transform-template-literals-after.js"
],

@@ -59,3 +56,3 @@ "overrides": [

"files": [
"test/fixtures/**"
"fixtures/**"
],

@@ -62,0 +59,0 @@ "envs": [

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