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 20.0.7 to 20.0.8

2

jest/index.d.ts

@@ -478,3 +478,3 @@ // Type definitions for Jest 20.0

interface Mock<T> extends Function, MockInstance<T> {
new (): T;
new (...args: any[]): T;
(...args: any[]): any;

@@ -481,0 +481,0 @@ }

{
"name": "@types/jest",
"version": "20.0.7",
"version": "20.0.8",
"description": "TypeScript definitions for Jest",

@@ -43,5 +43,4 @@ "license": "MIT",

"dependencies": {},
"peerDependencies": {},
"typesPublisherContentHash": "8979fe1402cf9773467b9cef8e3a04219cb724473d37172daa7fa9266520f37a",
"typesPublisherContentHash": "e9213f5dd589b752cd171a3394b69cb7fd931d3727a0a953662273c482bc946d",
"typeScriptVersion": "2.2"
}

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

Additional Details
* Last updated: Mon, 14 Aug 2017 18:44:00 GMT
* Last updated: Wed, 23 Aug 2017 17:50:59 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