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 21.1.3 to 21.1.4

5

jest/index.d.ts

@@ -157,2 +157,7 @@ // Type definitions for Jest 21.1

/**
* Set the default timeout interval for tests and before/after hooks in milliseconds.
* Note: The default timeout interval is 5 seconds if this method is not called.
*/
function setTimeout(timeout: number): typeof jest;
/**
* Creates a mock function similar to jest.fn but also tracks calls to object[methodName]

@@ -159,0 +164,0 @@ */

4

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

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

"dependencies": {},
"typesPublisherContentHash": "1127511992aaa13f24b52e0691d04e57892c82721fee0e7c8facc63591fa9a4e",
"typesPublisherContentHash": "784214dead9f5ee5a92281c7e94f0130d0d2ab503d8f5665adda560332d80dc0",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Tue, 17 Oct 2017 00:14:44 GMT
* Last updated: Tue, 17 Oct 2017 17:20:52 GMT
* Dependencies: none

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

Sorry, the diff of this file is not supported yet

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