Socket
Socket
Sign inDemoInstall

@swc/core

Package Overview
Dependencies
Maintainers
2
Versions
687
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@swc/core - npm Package Compare versions

Comparing version 1.7.10 to 1.7.11-nightly-20240812.1

6

index.d.ts

@@ -16,2 +16,5 @@ import type { Plugin, ParseOptions, Module, Output, Options, Script, Program, JsMinifyOptions } from "@swc/types";

minifySync(src: string, opts?: JsMinifyOptions): Output;
/**
* @deprecated Use Rust instead.
*/
parse(src: string, options: ParseOptions & {

@@ -51,2 +54,5 @@ isModule: false;

}
/**
* @deprecated Use Rust instead.
*/
export declare function parse(src: string, options: ParseOptions & {

@@ -53,0 +59,0 @@ isModule: false;

22

package.json
{
"name": "@swc/core",
"version": "1.7.10",
"version": "1.7.11-nightly-20240812.1",
"description": "Super-fast alternative for babel",

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

"optionalDependencies": {
"@swc/core-darwin-x64": "1.7.10",
"@swc/core-win32-x64-msvc": "1.7.10",
"@swc/core-linux-x64-gnu": "1.7.10",
"@swc/core-linux-x64-musl": "1.7.10",
"@swc/core-win32-ia32-msvc": "1.7.10",
"@swc/core-linux-arm-gnueabihf": "1.7.10",
"@swc/core-linux-arm64-gnu": "1.7.10",
"@swc/core-darwin-arm64": "1.7.10",
"@swc/core-linux-arm64-musl": "1.7.10",
"@swc/core-win32-arm64-msvc": "1.7.10"
"@swc/core-darwin-x64": "1.7.11-nightly-20240812.1",
"@swc/core-win32-x64-msvc": "1.7.11-nightly-20240812.1",
"@swc/core-linux-x64-gnu": "1.7.11-nightly-20240812.1",
"@swc/core-linux-x64-musl": "1.7.11-nightly-20240812.1",
"@swc/core-win32-ia32-msvc": "1.7.11-nightly-20240812.1",
"@swc/core-linux-arm-gnueabihf": "1.7.11-nightly-20240812.1",
"@swc/core-linux-arm64-gnu": "1.7.11-nightly-20240812.1",
"@swc/core-darwin-arm64": "1.7.11-nightly-20240812.1",
"@swc/core-linux-arm64-musl": "1.7.11-nightly-20240812.1",
"@swc/core-win32-arm64-msvc": "1.7.11-nightly-20240812.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