Socket
Socket
Sign inDemoInstall

@types/jest

Package Overview
Dependencies
Maintainers
1
Versions
208
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 21.1.0 to 21.1.1

3

jest/index.d.ts

@@ -364,4 +364,5 @@ // Type definitions for Jest 21.1

* Rounding means that intuitive things fail.
* The default for numDigits is 2.
*/
toBeCloseTo(expected: number, delta?: number): R;
toBeCloseTo(expected: number, numDigits?: number): R;
/**

@@ -368,0 +369,0 @@ * Ensure that a variable is not undefined.

{
"name": "@types/jest",
"version": "21.1.0",
"version": "21.1.1",
"description": "TypeScript definitions for Jest",

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

"dependencies": {},
"typesPublisherContentHash": "248296d2e9945b43f48448dd29d4b1944ee6ccb3d36d8cd79c154686a0adf6f8",
"typesPublisherContentHash": "d74714d13685ea7b7999cd671c031738a56dcec91c0d86609a5951cf93a71d12",
"typeScriptVersion": "2.2"
}

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

Additional Details
* Last updated: Fri, 22 Sep 2017 13:56:12 GMT
* Last updated: Tue, 26 Sep 2017 00:11:46 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