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.2.1 to 0.2.2

6

CHANGELOG.md

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

## [0.2.2](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/core@0.2.1...@swc-node/core@0.2.2) (2020-08-10)
### Bug Fixes
- **core:** class properties transform ([de3d564](https://github.com/Brooooooklyn/swc-node/commit/de3d5647c48202ceb12cd90cd59311d8bc1607f4))
## [0.2.1](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/core@0.2.0...@swc-node/core@0.2.1) (2020-08-09)

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

2

index.d.ts

@@ -11,2 +11,4 @@ export interface Options {

export const SWC_VERSION: string
export function transformSync(

@@ -13,0 +15,0 @@ source: string | Buffer,

@@ -68,2 +68,4 @@ const { platform } = require('os')

},
SWC_VERSION: '1.2.17',
}

10

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

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

},
"gitHead": "a769a18a2c9b398ba36fbbd0bb73c95d2963cd21",
"gitHead": "fb31a281701bc0524dbbf62f83661c4722f9bc56",
"optionalDependencies": {
"@swc-node/core-darwin": "^0.2.1",
"@swc-node/core-linux": "^0.2.1",
"@swc-node/core-win32": "^0.2.1"
"@swc-node/core-darwin": "^0.2.2",
"@swc-node/core-linux": "^0.2.2",
"@swc-node/core-win32": "^0.2.2"
}
}
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