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.11 to 0.2.12

2

index.js

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

try {
return require(mainPath + 'package.json');
return require(path.join(process.cwd(), mainPath, 'package.json'));
}

@@ -53,0 +53,0 @@ catch (e) {

{
"name": "@swc/jest",
"version": "0.2.11",
"version": "0.2.12",
"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