Socket
Socket
Sign inDemoInstall

@swc-node/core

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@swc-node/core - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

2

index.js

@@ -34,3 +34,3 @@ const { platform } = require('os')

} catch (e) {
throw new TypeError('Not compatible with your platform')
throw new TypeError('Not compatible with your platform. Error message: ' + e.message)
}

@@ -37,0 +37,0 @@ }

{
"name": "@swc-node/core",
"version": "0.1.7",
"version": "0.1.8",
"description": "Faster swc nodejs binding",

@@ -59,8 +59,8 @@ "keywords": [

},
"gitHead": "c1eb391e550486021fd09d5538021c6ef1662588",
"gitHead": "b446921ce496e279b24f1ce293a5e414d21d7903",
"optionalDependencies": {
"@swc-node/core-darwin": "^0.1.7",
"@swc-node/core-linux": "^0.1.7",
"@swc-node/core-win32": "^0.1.7"
"@swc-node/core-darwin": "^0.1.8",
"@swc-node/core-linux": "^0.1.8",
"@swc-node/core-win32": "^0.1.8"
}
}
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