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 22.2.2 to 22.2.3

2

jest/index.d.ts

@@ -563,3 +563,3 @@ // Type definitions for Jest 22.2

declare function spyOn(object: any, method: string): jasmine.Spy;
declare function spyOn<T>(object: T, method: keyof T): jasmine.Spy;
/**

@@ -566,0 +566,0 @@ * If you call the function pending anywhere in the spec body,

{
"name": "@types/jest",
"version": "22.2.2",
"version": "22.2.3",
"description": "TypeScript definitions for Jest",

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

"dependencies": {},
"typesPublisherContentHash": "bfda160e165e33443f1a455f183129ea57b5935829170976d7f70205c7abff3d",
"typesPublisherContentHash": "8ed1cbaa1a14bef2fdb2514bb3d972a6d9b6dc2d477846e158196fa69830576b",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Thu, 22 Mar 2018 21:28:49 GMT
* Last updated: Wed, 11 Apr 2018 19:11: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

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