Comparing version 2.0.4 to 2.0.5
{ | ||
"name": "blurhash", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "Encoder and decoder for the Wolt BlurHash algorithm.", | ||
@@ -11,3 +11,6 @@ "main": "dist/index.js", | ||
".": { | ||
"browser": "./dist/esm/index.js", | ||
"browser": { | ||
"import":"./dist/esm/index.js", | ||
"require": "./dist/index.js" | ||
}, | ||
"import": "./dist/index.mjs", | ||
@@ -14,0 +17,0 @@ "module": "./dist/esm/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
58793
10