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 1.10.0 to 1.10.1

3

lib/index.js

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

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

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

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

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

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

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

},
"gitHead": "75d423ff1bc57f0422bff7443b762f6977878fb8"
"gitHead": "b7d69a6bf629d388a8266764bd54b308f32e0f91"
}

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