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 16.0.7 to 16.0.8

jest v16/LICENSE

4

jest v16/index.d.ts

@@ -290,4 +290,4 @@ // Type definitions for Jest 16.0.0

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;
}

@@ -294,0 +294,0 @@

{
"name": "@types/jest",
"version": "16.0.7",
"version": "16.0.8",
"description": "TypeScript definitions for Jest",

@@ -13,7 +13,9 @@ "license": "MIT",

"name": "Ivo Stratev",
"url": "https://github.com/NoHomey"
"url": "https://github.com/NoHomey",
"githubUsername": "NoHomey"
},
{
"name": "jwbay",
"url": "https://github.com/jwbay"
"url": "https://github.com/jwbay",
"githubUsername": "jwbay"
}

@@ -28,5 +30,4 @@ ],

"dependencies": {},
"peerDependencies": {},
"typesPublisherContentHash": "9853b56159f78671ad7f54a4677fb20a6ca2d9b6ad0f8faebb3452ed10fd064c",
"typesPublisherContentHash": "5305db1114c86e55bb791f387ba85fe55be47487f60d1b51190f89e0cd30ad47",
"typeScriptVersion": "2.0"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/jest/v16
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest/v16
Additional Details
* Last updated: Tue, 28 Feb 2017 14:21:57 GMT
* Last updated: Thu, 28 Dec 2017 02:21:03 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