Socket
Socket
Sign inDemoInstall

@types/jest

Package Overview
Dependencies
Maintainers
1
Versions
208
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 21.1.9 to 21.1.10

4

jest/index.d.ts

@@ -717,4 +717,4 @@ // Type definitions for Jest 21.1

interface CustomMatcher {
compare<T>(actual: T, expected: T): CustomMatcherResult;
compare(actual: any, expected: any): CustomMatcherResult;
compare<T>(actual: T, expected: T, ...args: any[]): CustomMatcherResult;
compare(actual: any, ...expected: any[]): CustomMatcherResult;
}

@@ -721,0 +721,0 @@

{
"name": "@types/jest",
"version": "21.1.9",
"version": "21.1.10",
"description": "TypeScript definitions for Jest",

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

"dependencies": {},
"typesPublisherContentHash": "79c335f378fa4688a0dc80c88530d2cb724fe0bc77d0a1de7b82c3cae176409e",
"typesPublisherContentHash": "4272a9b4836d288c1bf50d72bc38a852d6039b32fd106c1986aec0ddb1ec8e6e",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Wed, 20 Dec 2017 14:50:50 GMT
* Last updated: Thu, 28 Dec 2017 02:24:48 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

Sorry, the diff of this file is not supported yet

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