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

@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.5.0 to 0.6.0

lib/index.d.ts

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

# [0.6.0](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/core@0.4.2...@swc-node/core@0.6.0) (2020-08-31)
### Features
- **core:** provide jest hoist plugin ([f3638f2](https://github.com/Brooooooklyn/swc-node/commit/f3638f2004b9fb323261a301b6fe354255846965))
# [0.5.0](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/core@0.4.2...@swc-node/core@0.5.0) (2020-08-28)

@@ -8,0 +14,0 @@

21

package.json
{
"name": "@swc-node/core",
"version": "0.5.0",
"version": "0.6.0",
"description": "Faster swc nodejs binding",

@@ -24,7 +24,6 @@ "keywords": [

"license": "MIT",
"main": "index.js",
"typings": "index.d.ts",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"index.js",
"index.d.ts"
"lib"
],

@@ -54,4 +53,4 @@ "os": [

"scripts": {
"prepublishOnly": "node ./publish.js",
"version": "node ./version.js"
"prepublishOnly": "node -r @swc-node/register ./publish.ts",
"version": "node -r @swc-node/register ./version.ts"
},

@@ -61,8 +60,8 @@ "dependencies": {

},
"gitHead": "eda0507e6e5013f46d82245cf27ca0d44745a4f1",
"gitHead": "0f52c62ef3cf6c5989ee4a9274badbd9ffa35ac8",
"optionalDependencies": {
"@swc-node/core-darwin": "^0.5.0",
"@swc-node/core-linux": "^0.5.0",
"@swc-node/core-win32": "^0.5.0"
"@swc-node/core-darwin": "^0.6.0",
"@swc-node/core-linux": "^0.6.0",
"@swc-node/core-win32": "^0.6.0"
}
}
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