css-inliner
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -73,3 +73,3 @@ // Loading, processing and caching of stylesheets. | ||
assert(css != null, 'Missing css argument'); | ||
const key = Crypto.createHash('sha').update(css).digest('hex'); | ||
const key = Crypto.createHash('sha1').update(css).digest('hex'); | ||
@@ -76,0 +76,0 @@ if (this._cache.has(key)) |
{ | ||
"name": "css-inliner", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
154699
58