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 23.3.5 to 23.3.6

4

jest/index.d.ts

@@ -668,3 +668,3 @@ // Type definitions for Jest 23.3

*/
toMatchSnapshot<T extends {[P in keyof R]: Expect['any']}>(propertyMatchers: Partial<T>, snapshotName?: string): R;
toMatchSnapshot<T extends {[P in keyof R]: any}>(propertyMatchers: Partial<T>, snapshotName?: string): R;
/**

@@ -680,3 +680,3 @@ * This ensures that a value matches the most recent snapshot.

*/
toMatchInlineSnapshot<T extends {[P in keyof R]: Expect['any']}>(propertyMatchers: Partial<T>, snapshot?: string): R;
toMatchInlineSnapshot<T extends {[P in keyof R]: any}>(propertyMatchers: Partial<T>, snapshot?: string): R;
/**

@@ -683,0 +683,0 @@ * This ensures that a value matches the most recent snapshot with property matchers.

{
"name": "@types/jest",
"version": "23.3.5",
"version": "23.3.6",
"description": "TypeScript definitions for Jest",

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

"dependencies": {},
"typesPublisherContentHash": "d46a64c2f01136af11becbb3c520f5091ab90415999170dd8087835fc3cc2b84",
"typesPublisherContentHash": "9d7ca3785c2d8783547d731316ba9dc40bf80fd579f691078fc773d806b5d01c",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Tue, 09 Oct 2018 18:16:18 GMT
* Last updated: Wed, 10 Oct 2018 20:07:15 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