Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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.4.0 to 0.4.1

6

CHANGELOG.md

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

## [0.4.1](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/core@0.4.0...@swc-node/core@0.4.1) (2020-08-23)
### Bug Fixes
- wrong benchmark setup ([7bd298d](https://github.com/Brooooooklyn/swc-node/commit/7bd298d1d4cf3dddf770caa75671e681066e5b83))
# [0.4.0](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/core@0.3.0...@swc-node/core@0.4.0) (2020-08-23)

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

2

index.js

@@ -40,2 +40,3 @@ const { platform } = require('os')

sourceMaps: typeof opts.sourcemap === 'undefined' ? true : opts.sourcemap,
swcrc: false,
}

@@ -65,2 +66,3 @@ return bindings.transformSync(source, path, Buffer.from(JSON.stringify(swcOptions)))

},
swcrc: false,
sourceMaps: typeof opts.sourcemap === 'undefined' ? true : opts.sourcemap,

@@ -67,0 +69,0 @@ }

10

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

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

},
"gitHead": "404a35cec5c360762a3b5d561ad76ee51a3de5d5",
"gitHead": "dee582f49c2303f36e4efac3f3fdae2d08c10143",
"optionalDependencies": {
"@swc-node/core-darwin": "^0.4.0",
"@swc-node/core-linux": "^0.4.0",
"@swc-node/core-win32": "^0.4.0"
"@swc-node/core-darwin": "^0.4.1",
"@swc-node/core-linux": "^0.4.1",
"@swc-node/core-win32": "^0.4.1"
}
}
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