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

@swc/core

Package Overview
Dependencies
Maintainers
0
Versions
720
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.10.0 to 1.10.1-nightly-20241209.1

24

package.json
{
"name": "@swc/core",
"version": "1.10.0",
"version": "1.10.1-nightly-20241209.1",
"description": "Super-fast alternative for babel",

@@ -57,3 +57,3 @@ "homepage": "https://swc.rs",

"build:dev": "tsc -d && napi build --manifest-path ../../bindings/Cargo.toml --platform -p binding_core_node --js ./binding.js --dts ./binding.d.ts -o .",
"test": "cross-env NODE_OPTIONS='--experimental-vm-modules' jest --config ./jest.config.js",
"test": "cross-env NODE_OPTIONS='--experimental-vm-modules ${NODE_OPTIONS}' jest --config ./jest.config.js",
"version": "napi version --npm-dir scripts/npm"

@@ -104,13 +104,13 @@ },

"optionalDependencies": {
"@swc/core-darwin-x64": "1.10.0",
"@swc/core-win32-x64-msvc": "1.10.0",
"@swc/core-linux-x64-gnu": "1.10.0",
"@swc/core-linux-x64-musl": "1.10.0",
"@swc/core-win32-ia32-msvc": "1.10.0",
"@swc/core-linux-arm-gnueabihf": "1.10.0",
"@swc/core-darwin-arm64": "1.10.0",
"@swc/core-linux-arm64-gnu": "1.10.0",
"@swc/core-linux-arm64-musl": "1.10.0",
"@swc/core-win32-arm64-msvc": "1.10.0"
"@swc/core-darwin-x64": "1.10.1-nightly-20241209.1",
"@swc/core-win32-x64-msvc": "1.10.1-nightly-20241209.1",
"@swc/core-linux-x64-gnu": "1.10.1-nightly-20241209.1",
"@swc/core-linux-x64-musl": "1.10.1-nightly-20241209.1",
"@swc/core-win32-ia32-msvc": "1.10.1-nightly-20241209.1",
"@swc/core-linux-arm-gnueabihf": "1.10.1-nightly-20241209.1",
"@swc/core-darwin-arm64": "1.10.1-nightly-20241209.1",
"@swc/core-linux-arm64-gnu": "1.10.1-nightly-20241209.1",
"@swc/core-linux-arm64-musl": "1.10.1-nightly-20241209.1",
"@swc/core-win32-arm64-msvc": "1.10.1-nightly-20241209.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