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.9.2 to 1.10.0

6

lib/index.js

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

function transformOption(path, options, jest = false) {
var _a, _b, _c;
var _a, _b, _c, _d;
const opts = options == null ? {} : options;

@@ -38,3 +38,3 @@ opts.esModuleInterop = (_a = opts.esModuleInterop) !== null && _a !== void 0 ? _a : true;

module: {
type: 'commonjs',
type: (_c = options === null || options === void 0 ? void 0 : options.module) !== null && _c !== void 0 ? _c : 'commonjs',
noInterop: !opts.esModuleInterop,

@@ -45,3 +45,3 @@ },

swcrc: false,
...((_c = options === null || options === void 0 ? void 0 : options.swc) !== null && _c !== void 0 ? _c : {}),
...((_d = options === null || options === void 0 ? void 0 : options.swc) !== null && _d !== void 0 ? _d : {}),
};

@@ -48,0 +48,0 @@ }

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

@@ -46,2 +46,5 @@ "keywords": [

},
"devDependencies": {
"@swc/core": "^1.3.35"
},
"funding": {

@@ -51,3 +54,3 @@ "type": "github",

},
"gitHead": "83d5f5e771a274f854b3676307954d2d33363027"
"gitHead": "75d423ff1bc57f0422bff7443b762f6977878fb8"
}

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