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 22.1.2 to 22.1.3

2

jest/index.d.ts

@@ -473,3 +473,3 @@ // Type definitions for Jest 22.1

toHaveLength(expected: number): R;
toHaveProperty(propertyPath: string, value?: any): R;
toHaveProperty(propertyPath: string | any[], value?: any): R;
/**

@@ -476,0 +476,0 @@ * Check that a string matches a regular expression.

{
"name": "@types/jest",
"version": "22.1.2",
"version": "22.1.3",
"description": "TypeScript definitions for Jest",

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

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

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

Additional Details
* Last updated: Fri, 09 Feb 2018 15:24:00 GMT
* Last updated: Sat, 17 Feb 2018 02:31:21 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