loader-utils
Advanced tools
Comparing version 3.2.0 to 3.2.1
@@ -79,3 +79,3 @@ "use strict"; | ||
.replace( | ||
/\[(?:([^:\]]+):)?(?:hash|contenthash)(?::([a-z]+\d*))?(?::(\d+))?\]/gi, | ||
/\[(?:([^[:\]]+):)?(?:hash|contenthash)(?::([a-z]+\d*))?(?::(\d+))?\]/gi, | ||
(all, hashType, digestType, maxLength) => | ||
@@ -82,0 +82,0 @@ getHashDigest(content, hashType, digestType, parseInt(maxLength, 10)) |
{ | ||
"name": "loader-utils", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"author": "Tobias Koppers @sokra", | ||
@@ -5,0 +5,0 @@ "description": "utils for webpack loaders", |
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
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
31938