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

5

jest-when/index.d.ts

@@ -1,4 +0,5 @@

// Type definitions for jest-when 1.1
// Type definitions for jest-when 2.4
// Project: https://github.com/timkindberg/jest-when#readme
// Definitions by: Alden Taylor <https://github.com/aldentaylor>
// Trung Dang <https://github.com/immanuel192>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -18,2 +19,4 @@ // TypeScript Version: 3.0

mockRejectedValueOnce(value: jest.RejectedValue<T>): WhenMock<T, Y>;
mockImplementation(fn: (...args: Y) => T): WhenMock<T, Y>;
mockImplementationOnce(fn?: (...args: Y) => T): WhenMock<T, Y>;
}

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

12

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

@@ -11,2 +11,7 @@ "license": "MIT",

"githubUsername": "aldentaylor"
},
{
"name": "Trung Dang",
"url": "https://github.com/immanuel192",
"githubUsername": "immanuel192"
}

@@ -18,3 +23,4 @@ ],

"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/jest-when"
},

@@ -25,4 +31,4 @@ "scripts": {},

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

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

Additional Details
* Last updated: Tue, 12 Feb 2019 19:31:01 GMT
* Last updated: Wed, 01 May 2019 17:42:17 GMT
* Dependencies: @types/jest

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Alden Taylor <https://github.com/aldentaylor>.
These definitions were written by Alden Taylor <https://github.com/aldentaylor>, Trung Dang <https://github.com/immanuel192>.
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