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.0 to 1.1.1

5

jest-when/index.d.ts

@@ -11,2 +11,7 @@ // Type definitions for jest-when 1.1

mockReturnValue: jest.MockInstance<T>['mockReturnValue'];
mockReturnValueOnce: jest.MockInstance<T>['mockReturnValueOnce'];
mockResolvedValue: jest.MockInstance<T>['mockResolvedValue'];
mockResolvedValueOnce: jest.MockInstance<T>['mockResolvedValueOnce'];
mockRejectedValue: jest.MockInstance<T>['mockRejectedValue'];
mockRejectedValueOnce: jest.MockInstance<T>['mockRejectedValueOnce'];
}

@@ -13,0 +18,0 @@

5

jest-when/package.json
{
"name": "@types/jest-when",
"version": "1.1.0",
"version": "1.1.1",
"description": "TypeScript definitions for jest-when",

@@ -14,2 +14,3 @@ "license": "MIT",

"main": "",
"types": "index",
"repository": {

@@ -23,4 +24,4 @@ "type": "git",

},
"typesPublisherContentHash": "c55bd325e832f32390015e85db6fdcbc055cbe3ccb7559bb25f6198b155f30a4",
"typesPublisherContentHash": "618d693ed215d6b2e2441699d010f03abb15604ef1644b88556f72b10f3ab965",
"typeScriptVersion": "2.3"
}

4

jest-when/README.md

@@ -11,4 +11,4 @@ # Installation

Additional Details
* Last updated: Fri, 14 Sep 2018 16:56:40 GMT
* Dependencies: jest
* Last updated: Wed, 05 Dec 2018 19:03:17 GMT
* Dependencies: @types/jest
* Global values: none

@@ -15,0 +15,0 @@

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