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 23.3.1 to 23.3.2

8

jest/index.d.ts

@@ -485,2 +485,6 @@ // Type definitions for Jest 23.3

/**
* Ensure that a mock function is called with specific arguments on an Nth call.
*/
nthCalledWith(nthCall: number, ...params: any[]): R;
/**
* Ensure that the nth call to a mock function has returned a specified value.

@@ -509,2 +513,6 @@ */

/**
* Ensures that a mock function is called an exact number of times.
*/
toBeCalledTimes(expected: number): R;
/**
* Ensure that a mock function is called with specific arguments.

@@ -511,0 +519,0 @@ */

4

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

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

"dependencies": {},
"typesPublisherContentHash": "02019b6ba566ae67bc2aa93e7d374ee5ad3a50db0e66dd13da13b228cf1e6f29",
"typesPublisherContentHash": "6697a48e53476de8b74fc1f4ecccd784040be0fe9fd47a51a546c4cd4991cd8a",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Thu, 26 Jul 2018 23:47:21 GMT
* Last updated: Sat, 08 Sep 2018 01:20:16 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