Socket
Socket
Sign inDemoInstall

@swc/jest

Package Overview
Dependencies
Maintainers
1
Versions
39
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.7 to 0.2.8

3

index.js

@@ -65,5 +65,2 @@ "use strict";

process: function (src, filename, jestOptions) {
if (!/\.[jt]sx?$/.test(filename)) {
return src;
}
if (isSupportEsm) {

@@ -70,0 +67,0 @@ set(swcTransformOpts, 'module.type', isEsm(filename, jestOptions) ? 'es6' : 'commonjs');

2

package.json
{
"name": "@swc/jest",
"version": "0.2.7",
"version": "0.2.8",
"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