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.4 to 0.7.5

6

CHANGELOG.md

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

## [0.7.5](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/core@0.7.4...@swc-node/core@0.7.5) (2020-09-13)
### Bug Fixes
- **core:** cjs import order and resolver issues ([deca648](https://github.com/Brooooooklyn/swc-node/commit/deca64873c897bddffae4a3c3186966626d274c4))
## [0.7.4](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/core@0.7.3...@swc-node/core@0.7.4) (2020-09-11)

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

2

lib/index.d.ts

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

export declare function transform(source: string, path: string, options?: Options): any;
export declare const SWC_VERSION = "3a26d3d";
export declare const SWC_VERSION = "4d5a0da";

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

exports.transform = transform;
exports.SWC_VERSION = '3a26d3d';
exports.SWC_VERSION = '4d5a0da';
//# sourceMappingURL=index.js.map
{
"name": "@swc-node/core",
"version": "0.7.4",
"version": "0.7.5",
"description": "Faster swc nodejs binding",

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

},
"gitHead": "38938a204527c3f8df036c98a0494e41661ab652",
"gitHead": "700c3a610d30fe294b213c9e96c38843c6de5840",
"optionalDependencies": {
"@swc-node/core-darwin": "^0.7.4",
"@swc-node/core-linux": "^0.7.4",
"@swc-node/core-win32": "^0.7.4"
"@swc-node/core-darwin": "^0.7.5",
"@swc-node/core-linux": "^0.7.5",
"@swc-node/core-win32": "^0.7.5"
}
}

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