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.6.0 to 0.6.1

6

CHANGELOG.md

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

## [0.6.1](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/core@0.6.0...@swc-node/core@0.6.1) (2020-09-01)
### Bug Fixes
- **core:** macOS 10.13 compatible issue ([c5917ac](https://github.com/Brooooooklyn/swc-node/commit/c5917ac54678757afeca1600ff2a9c459190dfd1))
# [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)

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

2

lib/index.d.ts

@@ -13,2 +13,2 @@ export interface Options {

export declare function transform(source: string, path: string, options?: Options): any;
export declare const SWC_VERSION = "1.2.21";
export declare const SWC_VERSION = "1.2.22";

@@ -78,3 +78,3 @@ "use strict";

exports.transform = transform;
exports.SWC_VERSION = '1.2.21';
exports.SWC_VERSION = '1.2.22';
//# sourceMappingURL=index.js.map
{
"name": "@swc-node/core",
"version": "0.6.0",
"version": "0.6.1",
"description": "Faster swc nodejs binding",

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

},
"gitHead": "0f52c62ef3cf6c5989ee4a9274badbd9ffa35ac8",
"gitHead": "e7161ff24de4ba63f068244e4a4a20df22f135ff",
"optionalDependencies": {
"@swc-node/core-darwin": "^0.6.0",
"@swc-node/core-linux": "^0.6.0",
"@swc-node/core-win32": "^0.6.0"
"@swc-node/core-darwin": "^0.6.1",
"@swc-node/core-linux": "^0.6.1",
"@swc-node/core-win32": "^0.6.1"
}
}

Sorry, the diff of this file is not supported yet

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