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

jest-leak-detector

Package Overview
Dependencies
Maintainers
1
Versions
166
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-leak-detector - npm Package Compare versions

Comparing version 21.3.0-beta.12 to 21.3.0-beta.13

4

build/index.js

@@ -42,2 +42,6 @@ /**

} catch (err) {
if (!err || err.code !== 'MODULE_NOT_FOUND') {
throw err;
}
throw new Error(

@@ -44,0 +48,0 @@ 'The leaking detection mechanism requires the "weak" package to work. ' +

4

package.json
{
"name": "jest-leak-detector",
"version": "21.3.0-beta.12",
"version": "21.3.0-beta.13",
"repository": {

@@ -11,3 +11,3 @@ "type": "git",

"dependencies": {
"pretty-format": "21.3.0-beta.12"
"pretty-format": "21.3.0-beta.13"
},

@@ -14,0 +14,0 @@ "optionalDependencies": {

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