New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vue-html-loader

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-html-loader - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

5

index.js

@@ -78,3 +78,3 @@ /*

"removeScriptTypeAttributes",
"removeStyleTypeAttributes",
"removeStyleTypeAttributes"
].forEach(function(name) {

@@ -86,5 +86,2 @@ if(typeof minimizeOptions[name] === "undefined") {

// required for Vue 1.0 shorthand syntax
minimizeOptions.customAttrSurround = [[/@/, new RegExp('')], [/:/, new RegExp('')]]
content = htmlMinifier.minify(content, minimizeOptions);

@@ -91,0 +88,0 @@ }

4

package.json
{
"name": "vue-html-loader",
"version": "1.2.1",
"version": "1.2.2",
"author": "Evan You",

@@ -9,3 +9,3 @@ "description": "vue template loader for webpack",

"fastparse": "^1.0.0",
"html-minifier": "^1.0.0",
"html-minifier": "^1.4.0",
"loader-utils": "~0.2.2",

@@ -12,0 +12,0 @@ "object-assign": "^4.0.1"

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