minify-html-wasm
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "minify-html-wasm", | ||
"description": "Extremely fast and smart HTML + JS + CSS minifier", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"private": false, | ||
@@ -13,4 +13,8 @@ "type": "module", | ||
"exports": { | ||
"import": "./dist/web/index.js", | ||
"default": "./dist/web/index.js" | ||
".": { | ||
"import": "./dist/web/index.js", | ||
"default": "./dist/web/index.js" | ||
}, | ||
"./web/wasm": "./dist/web/index_bg.wasm", | ||
"./no-modules/wasm": "./dist/no-modules/index_bg.wasm" | ||
}, | ||
@@ -17,0 +21,0 @@ "repository": { |
@@ -19,3 +19,3 @@ # minify-html-wasm | ||
await init("https://cdn.jsdelivr.net/npm/minify-html-wasm/index_bg.wasm"); | ||
await init("https://cdn.jsdelivr.net/npm/minify-html-wasm/web/wasm"); | ||
@@ -22,0 +22,0 @@ const minified = decoder.decode( |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1751183
4