Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@minify-html/wasm

Package Overview
Dependencies
Maintainers
1
Versions
29
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.13.2
to
0.13.3
+1
-1
package.json

@@ -6,3 +6,3 @@ {

],
"version": "0.13.2",
"version": "0.13.3",
"files": [

@@ -9,0 +9,0 @@ "index_bg.wasm",

@@ -26,3 +26,3 @@ <h1>

<img width="400" alt="Chart showing speed of HTML minifiers" src="https://wilsonl.in/minify-html/bench/0.13.2/core/average-speeds.png"><img width="400" alt="Chart showing compression of HTML minifiers" src="https://wilsonl.in/minify-html/bench/0.13.2/core/average-sizes.png">
<img width="400" alt="Chart showing speed of HTML minifiers" src="https://wilsonl.in/minify-html/bench/0.13.3/core/average-speeds.png"><img width="400" alt="Chart showing compression of HTML minifiers" src="https://wilsonl.in/minify-html/bench/0.13.3/core/average-sizes.png">

@@ -65,3 +65,3 @@ The [onepass](https://github.com/wilsonzlin/minify-html/tree/master/rust/onepass) variant is even more optimised for speed. See its [README](https://github.com/wilsonzlin/minify-html/tree/master/rust/onepass) for more details.

[dependencies]
minify-html = "0.13.2"
minify-html = "0.13.3"
```

@@ -78,3 +78,3 @@

- Package: https://wilsonl.in/minify-html/deno/0.13.2/index.js
- Package: https://wilsonl.in/minify-html/deno/0.13.3/index.js
- Binding: [WASM](https://webassembly.org/)

@@ -86,3 +86,3 @@ - Platforms: All

```ts
import init, {minify} from "https://wilsonl.in/minify-html/deno/0.13.2/index.js";
import init, {minify} from "https://wilsonl.in/minify-html/deno/0.13.3/index.js";

@@ -153,3 +153,3 @@ const encoder = new TextEncoder();

<artifactId>minify-html</artifactId>
<version>0.13.2</version>
<version>0.13.3</version>
</dependency>

@@ -156,0 +156,0 @@ ```

Sorry, the diff of this file is not supported yet