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.2 to 0.7.3

6

CHANGELOG.md

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

## [0.7.3](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/core@0.7.2...@swc-node/core@0.7.3) (2020-09-09)
### Bug Fixes
- **core:** conditional expr in callee & do not rename new keywords in meta properties ([c893622](https://github.com/Brooooooklyn/swc-node/commit/c8936229782164fe54bd864ecc2d8049827fd1ef))
## [0.7.2](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/core@0.7.1...@swc-node/core@0.7.2) (2020-09-07)

@@ -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 = "98f6e1d";
export declare const SWC_VERSION = "3a26d3d";

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

exports.transform = transform;
exports.SWC_VERSION = '98f6e1d';
exports.SWC_VERSION = '3a26d3d';
//# sourceMappingURL=index.js.map
{
"name": "@swc-node/core",
"version": "0.7.2",
"version": "0.7.3",
"description": "Faster swc nodejs binding",

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

},
"gitHead": "bbec6fd5d7a74b1be275a5b794f719c2e6f3b8d1",
"gitHead": "4997c8639f4fe67afbd861de9dbc2fa435d974b0",
"optionalDependencies": {
"@swc-node/core-darwin": "^0.7.2",
"@swc-node/core-linux": "^0.7.2",
"@swc-node/core-win32": "^0.7.2"
"@swc-node/core-darwin": "^0.7.3",
"@swc-node/core-linux": "^0.7.3",
"@swc-node/core-win32": "^0.7.3"
}
}

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