html-loader
Advanced tools
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
125
7334
1