Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

minify-html-wasm

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

minify-html-wasm - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

10

package.json
{
"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(

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc