Socket
Socket
Sign inDemoInstall

@jest/types

Package Overview
Dependencies
15
Maintainers
6
Versions
94
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 29.6.0 to 29.6.1

8

build/index.d.ts

@@ -688,3 +688,2 @@ /**

declare type GlobalErrorHandlers = {
rejectionHandled: Array<(promise: Promise<unknown>) => void>;
uncaughtException: Array<(exception: Exception) => void>;

@@ -1037,3 +1036,2 @@ unhandledRejection: Array<

maxConcurrency: number;
unhandledRejectionErrorByPromise: Map<Promise<unknown>, Exception>;
};

@@ -1082,7 +1080,2 @@

error: Exception;
promise?: Promise<unknown>;
}
| {
name: 'error_handled';
promise: Promise<unknown>;
};

@@ -1128,3 +1121,2 @@

failing: boolean;
unhandledRejectionErrorByPromise: Map<Promise<unknown>, Exception>;
};

@@ -1131,0 +1123,0 @@

4

package.json
{
"name": "@jest/types",
"version": "29.6.0",
"version": "29.6.1",
"repository": {

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

},
"gitHead": "c1e5b8a38ef54bb138409f89831942ebf6a7a67e"
"gitHead": "1f019afdcdfc54a6664908bb45f343db4e3d0848"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc