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.7.0 to 0.7.1

6

CHANGELOG.md

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

## [0.7.1](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/core@0.7.0...@swc-node/core@0.7.1) (2020-09-06)
### Bug Fixes
- **core:** wrong this in function call expr in optional chains ([5d9966f](https://github.com/Brooooooklyn/swc-node/commit/5d9966f9eb4b1026356a3f824568f9804faa05ff))
# [0.7.0](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/core@0.6.1...@swc-node/core@0.7.0) (2020-09-04)

@@ -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.22";
export declare const SWC_VERSION = "57112fc";

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

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

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

},
"gitHead": "4bbe7f4a86ca5b0fe005415162c156cf4c0a8c4d",
"gitHead": "4400b46ed31b222e646935a986b9ba4121651be8",
"optionalDependencies": {
"@swc-node/core-darwin": "^0.7.0",
"@swc-node/core-linux": "^0.7.0",
"@swc-node/core-win32": "^0.7.0"
"@swc-node/core-darwin": "^0.7.1",
"@swc-node/core-linux": "^0.7.1",
"@swc-node/core-win32": "^0.7.1"
}
}

Sorry, the diff of this file is not supported yet

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