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

jest-leak-detector

Package Overview
Dependencies
Maintainers
6
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 26.6.2 to 27.0.0-next.0

18

package.json
{
"name": "jest-leak-detector",
"version": "26.6.2",
"version": "27.0.0-next.0",
"repository": {

@@ -10,7 +10,11 @@ "type": "git",

"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"exports": {
".": "./build/index.js",
"./package.json": "./package.json"
},
"dependencies": {
"jest-get-type": "^26.3.0",
"pretty-format": "^26.6.2"
"jest-get-type": "^27.0.0-next.0",
"pretty-format": "^27.0.0-next.0"
},

@@ -22,3 +26,3 @@ "devDependencies": {

"engines": {
"node": ">= 10.14.2"
"node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
},

@@ -28,3 +32,3 @@ "publishConfig": {

},
"gitHead": "4c46930615602cbf983fb7e8e82884c282a624d5"
"gitHead": "4f77c70602cab8419794f10fa39510f13baafef8"
}
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