Socket
Socket
Sign inDemoInstall

@swc/css

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@swc/css - npm Package Compare versions

Comparing version 0.0.25 to 0.0.26

2

binding.d.ts

@@ -15,2 +15,4 @@ /* tslint:disable */

errors?: Array<Diagnostic>
/** JSON string. */
deps?: string
}

@@ -17,0 +19,0 @@ export function minify(code: Buffer, opts: Buffer, signal?: AbortSignal | undefined | null): Promise<TransformOutput>

@@ -16,2 +16,7 @@ import * as binding from "./binding";

minify?: boolean
/**
* If true, swc will analyze dependencies of css files.
*/
analyzeDependencies?: boolean
}

@@ -18,0 +23,0 @@

26

package.json
{
"name": "@swc/css",
"packageManager": "yarn@3.2.3",
"version": "0.0.25",
"version": "0.0.26",
"description": "Super-fast alternative for postcss",

@@ -61,15 +61,15 @@ "homepage": "https://swc.rs",

"optionalDependencies": {
"@swc/css-win32-x64-msvc": "0.0.25",
"@swc/css-darwin-x64": "0.0.25",
"@swc/css-linux-x64-gnu": "0.0.25",
"@swc/css-linux-x64-musl": "0.0.25",
"@swc/css-win32-ia32-msvc": "0.0.25",
"@swc/css-linux-arm64-gnu": "0.0.25",
"@swc/css-linux-arm-gnueabihf": "0.0.25",
"@swc/css-darwin-arm64": "0.0.25",
"@swc/css-android-arm64": "0.0.25",
"@swc/css-linux-arm64-musl": "0.0.25",
"@swc/css-win32-arm64-msvc": "0.0.25",
"@swc/css-android-arm-eabi": "0.0.25"
"@swc/css-win32-x64-msvc": "0.0.26",
"@swc/css-darwin-x64": "0.0.26",
"@swc/css-linux-x64-gnu": "0.0.26",
"@swc/css-linux-x64-musl": "0.0.26",
"@swc/css-win32-ia32-msvc": "0.0.26",
"@swc/css-linux-arm64-gnu": "0.0.26",
"@swc/css-linux-arm-gnueabihf": "0.0.26",
"@swc/css-darwin-arm64": "0.0.26",
"@swc/css-android-arm64": "0.0.26",
"@swc/css-linux-arm64-musl": "0.0.26",
"@swc/css-win32-arm64-msvc": "0.0.26",
"@swc/css-android-arm-eabi": "0.0.26"
}
}
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