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.1.4 to 23.1.5

2

jest/index.d.ts

@@ -345,3 +345,3 @@ // Type definitions for Jest 23.1

interface ExpectExtendMap {
[key: string]: (this: MatcherUtils, received: any, ...actual: any[]) => { message(): string, pass: boolean } | Promise<{ message(): string, pass: boolean }>;
[key: string]: (this: MatcherUtils, received: any, ...actual: any[]) => { message(): string | (() => string), pass: boolean } | Promise<{ message(): string, pass: boolean }>;
}

@@ -348,0 +348,0 @@

{
"name": "@types/jest",
"version": "23.1.4",
"version": "23.1.5",
"description": "TypeScript definitions for Jest",

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

"dependencies": {},
"typesPublisherContentHash": "ab009718aa7d984907c52771ee31f2e28d09a416283c393cb7f62f8f2601cbad",
"typesPublisherContentHash": "29564b6ab0456a9069b9efe5e75b02a05cb5a26eb50b2d9e53d01ed4014694d1",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Mon, 02 Jul 2018 20:44:33 GMT
* Last updated: Mon, 09 Jul 2018 20:32:27 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