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

@swc/html

Package Overview
Dependencies
Maintainers
0
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@swc/html - npm Package Compare versions

Comparing version 1.7.30-nightly-20241002.1 to 1.7.31-nightly-20241008.1

4

index.d.ts

@@ -11,6 +11,6 @@ import * as binding from "./binding";

removeComments?: boolean;
preserveComments: string[];
preserveComments?: string[];
minifyConditionalComments?: boolean;
removeEmptyAttributes?: boolean;
removeRedundantAttributes?: boolean;
removeRedundantAttributes?: "none" | "all" | "smart";
collapseBooleanAttributes?: boolean;

@@ -17,0 +17,0 @@ normalizeAttributes?: boolean;

@@ -19,6 +19,9 @@ import * as binding from "./binding";

removeComments?: boolean;
preserveComments: string[];
preserveComments?: string[];
minifyConditionalComments?: boolean;
removeEmptyAttributes?: boolean;
removeRedundantAttributes?: boolean;
removeRedundantAttributes?:
| "none"
| "all"
| "smart";
collapseBooleanAttributes?: boolean;

@@ -25,0 +28,0 @@ normalizeAttributes?: boolean;

{
"name": "@swc/html",
"version": "1.7.30-nightly-20241002.1",
"version": "1.7.31-nightly-20241008.1",
"description": "Super-fast HTML minifier",

@@ -60,13 +60,13 @@ "homepage": "https://swc.rs",

"optionalDependencies": {
"@swc/html-darwin-x64": "1.7.30-nightly-20241002.1",
"@swc/html-win32-x64-msvc": "1.7.30-nightly-20241002.1",
"@swc/html-linux-x64-gnu": "1.7.30-nightly-20241002.1",
"@swc/html-linux-x64-musl": "1.7.30-nightly-20241002.1",
"@swc/html-win32-ia32-msvc": "1.7.30-nightly-20241002.1",
"@swc/html-linux-arm-gnueabihf": "1.7.30-nightly-20241002.1",
"@swc/html-linux-arm64-gnu": "1.7.30-nightly-20241002.1",
"@swc/html-darwin-arm64": "1.7.30-nightly-20241002.1",
"@swc/html-linux-arm64-musl": "1.7.30-nightly-20241002.1",
"@swc/html-win32-arm64-msvc": "1.7.30-nightly-20241002.1"
"@swc/html-darwin-x64": "1.7.31-nightly-20241008.1",
"@swc/html-win32-x64-msvc": "1.7.31-nightly-20241008.1",
"@swc/html-linux-x64-gnu": "1.7.31-nightly-20241008.1",
"@swc/html-linux-x64-musl": "1.7.31-nightly-20241008.1",
"@swc/html-win32-ia32-msvc": "1.7.31-nightly-20241008.1",
"@swc/html-linux-arm-gnueabihf": "1.7.31-nightly-20241008.1",
"@swc/html-linux-arm64-gnu": "1.7.31-nightly-20241008.1",
"@swc/html-darwin-arm64": "1.7.31-nightly-20241008.1",
"@swc/html-linux-arm64-musl": "1.7.31-nightly-20241008.1",
"@swc/html-win32-arm64-msvc": "1.7.31-nightly-20241008.1"
}
}
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