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

@types/jest

Package Overview
Dependencies
Maintainers
1
Versions
209
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/jest - npm Package Compare versions

Comparing version 24.0.10 to 24.0.11

5

jest/index.d.ts

@@ -158,2 +158,7 @@ // Type definitions for Jest 24.0

/**
* Creates a sandbox registry for the modules that are loaded inside the callback function..
* This is useful to isolate specific modules for every test so that local module state doesn't conflict between tests.
*/
function isolateModules(fn: () => void): typeof jest;
/**
* Runs failed tests n-times until they pass or until the max number of retries is exhausted.

@@ -160,0 +165,0 @@ * This only works with jest-circus!

4

jest/package.json
{
"name": "@types/jest",
"version": "24.0.10",
"version": "24.0.11",
"description": "TypeScript definitions for Jest",

@@ -108,4 +108,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "20bb84d9953c9a5b8bd02295b268b3df7003cabed5038c70a15e90c7ff53db6f",
"typesPublisherContentHash": "35e711c978ac7e71688deb7f83d94297669993a01545b177f1b1abb2623f527b",
"typeScriptVersion": "3.0"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Fri, 08 Mar 2019 18:46:02 GMT
* Last updated: Sat, 09 Mar 2019 00:20:12 GMT
* Dependencies: @types/jest-diff

@@ -14,0 +14,0 @@ * Global values: afterAll, afterEach, beforeAll, beforeEach, describe, expect, fail, fdescribe, fit, it, jasmine, jest, pending, spyOn, test, xdescribe, xit, xtest

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