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.4 to 21.1.5

8

jest/index.d.ts

@@ -201,5 +201,5 @@ // Type definitions for Jest 21.1

*
* @param {string} name The name of your test
* @param {fn?} ProvidesCallback The function for your test
* @param {timeout?} timeout The timeout for an async function test
* @param name The name of your test
* @param fn The function for your test
* @param timeout The timeout for an async function test
*/

@@ -294,3 +294,3 @@ (name: string, fn?: ProvidesCallback, timeout?: number): void;

*
* @param {any} actual The value to apply matchers against.
* @param actual The value to apply matchers against.
*/

@@ -297,0 +297,0 @@ (actual: any): Matchers<void>;

{
"name": "@types/jest",
"version": "21.1.4",
"version": "21.1.5",
"description": "TypeScript definitions for Jest",

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

"dependencies": {},
"typesPublisherContentHash": "784214dead9f5ee5a92281c7e94f0130d0d2ab503d8f5665adda560332d80dc0",
"typesPublisherContentHash": "dde4cb678e102a2e2ff0a30f12935fe59ab52016243423ba2831fd1492c8d188",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Tue, 17 Oct 2017 17:20:52 GMT
* Last updated: Wed, 25 Oct 2017 01:03:55 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

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