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

@swc/jest

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@swc/jest - npm Package Compare versions

Comparing version 0.2.16 to 0.2.17

4

index.js

@@ -68,4 +68,4 @@ "use strict";

}
if (!(swcTransformOpts === null || swcTransformOpts === void 0 ? void 0 : swcTransformOpts.sourceMaps)) {
set(swcTransformOpts, 'sourceMaps', 'inline');
if (!computedSwcOptions.sourceMaps) {
set(computedSwcOptions, 'sourceMaps', 'inline');
}

@@ -72,0 +72,0 @@ return (0, core_1.transformSync)(src, __assign(__assign({}, computedSwcOptions), { filename: filename }));

{
"name": "@swc/jest",
"version": "0.2.16",
"version": "0.2.17",
"description": "swc integration for jest",

@@ -5,0 +5,0 @@ "main": "index.js",

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