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 1.8.1 to 1.8.2

3

lib/index.js

@@ -11,2 +11,3 @@ "use strict";

opts.esModuleInterop = (_a = opts.esModuleInterop) !== null && _a !== void 0 ? _a : true;
const sourceMapDefault = jest ? 'inline' : true;
return {

@@ -39,3 +40,3 @@ filename: path,

},
sourceMaps: typeof opts.sourcemap === 'undefined' ? true : opts.sourcemap,
sourceMaps: typeof opts.sourcemap === 'undefined' ? sourceMapDefault : opts.sourcemap,
inlineSourcesContent: true,

@@ -42,0 +43,0 @@ swcrc: false,

{
"name": "@swc-node/core",
"version": "1.8.1",
"version": "1.8.2",
"description": "Faster swc nodejs binding",

@@ -50,3 +50,3 @@ "keywords": [

},
"gitHead": "b70224c67c4e0296f4b000563a8865bd2bb41f7e"
"gitHead": "d5aaf692aa246b13faf37ee4874c968f176c1cea"
}

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