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

@types/jest-when

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/jest-when - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

8

jest-when/index.d.ts

@@ -14,6 +14,6 @@ // Type definitions for jest-when 1.1

mockReturnValueOnce(value: T): WhenMock<T, Y>;
mockResolvedValue(value: T | PromiseLike<T>): WhenMock<Promise<T>, Y>;
mockResolvedValueOnce(value: T | PromiseLike<T>): WhenMock<Promise<T>, Y>;
mockRejectedValue(value: T | PromiseLike<T>): WhenMock<Promise<T>, Y>;
mockRejectedValueOnce(value: T | PromiseLike<T>): WhenMock<Promise<T>, Y>;
mockResolvedValue(value: jest.ResolvedValue<T>): WhenMock<T, Y>;
mockResolvedValueOnce(value: jest.ResolvedValue<T>): WhenMock<T, Y>;
mockRejectedValue(value: jest.RejectedValue<T>): WhenMock<T, Y>;
mockRejectedValueOnce(value: jest.RejectedValue<T>): WhenMock<T, Y>;
}

@@ -20,0 +20,0 @@

{
"name": "@types/jest-when",
"version": "1.1.3",
"version": "1.1.4",
"description": "TypeScript definitions for jest-when",

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

},
"typesPublisherContentHash": "dc44d38d68e70fe31b7a20a89f697a6b4a2797cc594527d2ee75620ea9d4aa61",
"typesPublisherContentHash": "693768b93dbbae72f02658d65c4a47a42876398f62292a9efde1aac98d842f54",
"typeScriptVersion": "3.0"
}

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

Additional Details
* Last updated: Tue, 05 Feb 2019 01:10:04 GMT
* Last updated: Tue, 12 Feb 2019 19:31:01 GMT
* Dependencies: @types/jest

@@ -14,0 +14,0 @@ * Global values: none

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