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.1.0 to 22.1.1

10

jest/index.d.ts

@@ -551,12 +551,2 @@ // Type definitions for Jest 22.1

declare function spyOn(object: any, method: string): jasmine.Spy;
/**
* If you call the function pending anywhere in the spec body,
* no matter the expectations, the spec will be marked pending.
*/
declare function pending(reason?: string): void;
/**
* Fails a test when called within one.
*/
declare function fail(error?: any): void;
declare namespace jasmine {

@@ -563,0 +553,0 @@ let DEFAULT_TIMEOUT_INTERVAL: number;

4

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

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

"dependencies": {},
"typesPublisherContentHash": "7532ccb4a2b04cd1421ecffa291693da444a936dab3d414d04ee685a9b82c7ca",
"typesPublisherContentHash": "f3ee5956063fbccc0d5fdfc87fdec0f916393cb0ccf4113243558ac815e0981e",
"typeScriptVersion": "2.3"
}

@@ -11,7 +11,7 @@ # Installation

Additional Details
* Last updated: Tue, 23 Jan 2018 20:05:42 GMT
* Last updated: Mon, 29 Jan 2018 21:19:39 GMT
* Dependencies: none
* Global values: afterAll, afterEach, beforeAll, beforeEach, describe, expect, fail, fdescribe, fit, it, jasmine, jest, pending, spyOn, test, xdescribe, xit, xtest
* Global values: afterAll, afterEach, beforeAll, beforeEach, describe, expect, fdescribe, fit, it, jasmine, jest, 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>, 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