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.0.1 to 22.1.0

5

jest/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for Jest 22.0
// Type definitions for Jest 22.1
// Project: http://facebook.github.io/jest/

@@ -13,2 +13,3 @@ // Definitions by: Asana <https://asana.com>

// Douglas Duteil <https://github.com/douglasduteil>
// Ahn <https://github.com/AhnpGit>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -173,3 +174,3 @@ // TypeScript Version: 2.3

*/
function spyOn<T extends {}, M extends keyof T>(object: T, method: M): SpyInstance<T[M]>;
function spyOn<T extends {}, M extends keyof T>(object: T, method: M, accessType?: 'get' | 'set'): SpyInstance<T[M]>;
/**

@@ -176,0 +177,0 @@ * Indicates that the module system should never return a mocked version of

9

jest/package.json
{
"name": "@types/jest",
"version": "22.0.1",
"version": "22.1.0",
"description": "TypeScript definitions for Jest",

@@ -55,2 +55,7 @@ "license": "MIT",

"githubUsername": "douglasduteil"
},
{
"name": "Ahn",
"url": "https://github.com/AhnpGit",
"githubUsername": "AhnpGit"
}

@@ -65,4 +70,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "7079cbae4e26980c99ddae2c429f0055915d1af8fd338a49aa5cd0cfaef79e3f",
"typesPublisherContentHash": "7532ccb4a2b04cd1421ecffa291693da444a936dab3d414d04ee685a9b82c7ca",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Thu, 04 Jan 2018 23:26:00 GMT
* Last updated: Tue, 23 Jan 2018 20:05:42 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: afterAll, afterEach, beforeAll, beforeEach, describe, expect, fail, fdescribe, fit, it, jasmine, jest, pending, spyOn, test, xdescribe, xit, xtest

# Credits
These definitions were written by Asana <https://asana.com>, Ivo Stratev <https://github.com/NoHomey>, jwbay <https://github.com/jwbay>, Alexey Svetliakov <https://github.com/asvetliakov>, Alex Jover Morales <https://github.com/alexjoverm>, Allan Lukwago <https://github.com/epicallan>, Ika <https://github.com/ikatyang>, Waseem Dahman <https://github.com/wsmd>, Jamie Mason <https://github.com/JamieMason>, Douglas Duteil <https://github.com/douglasduteil>.
These definitions were written by Asana <https://asana.com>, Ivo Stratev <https://github.com/NoHomey>, jwbay <https://github.com/jwbay>, Alexey Svetliakov <https://github.com/asvetliakov>, Alex Jover Morales <https://github.com/alexjoverm>, Allan Lukwago <https://github.com/epicallan>, Ika <https://github.com/ikatyang>, Waseem Dahman <https://github.com/wsmd>, Jamie Mason <https://github.com/JamieMason>, Douglas Duteil <https://github.com/douglasduteil>, Ahn <https://github.com/AhnpGit>.
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