Socket
Socket
Sign inDemoInstall

@jest/types

Package Overview
Dependencies
Maintainers
7
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jest/types - npm Package Compare versions

Comparing version 26.5.0 to 26.5.2

4

build/Circus.d.ts

@@ -36,2 +36,5 @@ /**

export declare type Event = SyncEvent | AsyncEvent;
interface JestGlobals extends Global.TestFrameworkGlobals {
expect: unknown;
}
export declare type SyncEvent = {

@@ -66,2 +69,3 @@ asyncError: Error;

testNamePattern?: string;
runtimeGlobals: JestGlobals;
parentProcess: Process;

@@ -68,0 +72,0 @@ } | {

4

package.json
{
"name": "@jest/types",
"version": "26.5.0",
"version": "26.5.2",
"repository": {

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

},
"gitHead": "68d1b1b638bc7464c2794a957c1b894de7da2ee3"
"gitHead": "d2bacceb51e7f05c9cb6d764d5cd886a2fd71267"
}
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