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

html-loader

Package Overview
Dependencies
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html-loader - npm Package Compare versions

Comparing version 0.4.0 to 0.4.2

12

index.js

@@ -65,9 +65,13 @@ /*

"removeComments",
"removeCommentsFromCDATA",
"removeCDATASectionsFromCDATA",
"collapseWhitespace",
"collapseBooleanAttributes",
"conservativeCollapse",
"removeAttributeQuotes",
"removeRedundantAttributes",
"useShortDoctype",
"removeEmptyAttributes",
"removeOptionalTags"
"keepClosingSlash",
"minifyJS",
"minifyCSS",
"removeScriptTypeAttributes",
"removeStyleTypeAttributes",
].forEach(function(name) {

@@ -74,0 +78,0 @@ if (typeof minimizeOptions[name] === "undefined") {

@@ -30,5 +30,5 @@ /*

">": "outside", // end of attributes
"(([a-zA-Z\\-:]+)\\s*=\\s*\")([^\"]*)\"": processMatch,
"(([a-zA-Z\\-:]+)\\s*=\\s*\')([^\']*)\'": processMatch,
"(([a-zA-Z\\-:]+)\\s*=\\s*)([^\\s>]+)": processMatch
"(([0-9a-zA-Z\\-]+)\\s*=\\s*\")([^\"]*)\"": processMatch,
"(([0-9a-zA-Z\\-]+)\\s*=\\s*\')([^\']*)\'": processMatch,
"(([0-9a-zA-Z\\-]+)\\s*=\\s*)([^\\s>]+)": processMatch
}

@@ -44,2 +44,2 @@ });

}).results;
};
};
{
"name": "html-loader",
"version": "0.4.0",
"version": "0.4.2",
"author": "Tobias Koppers @sokra",

@@ -5,0 +5,0 @@ "description": "html loader module for webpack",

@@ -0,0 +0,0 @@ # html loader for webpack

Sorry, the diff of this file is not supported yet

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