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 20.0.2 to 20.0.3

4

jest/index.d.ts

@@ -278,4 +278,4 @@ // Type definitions for Jest 20.0.5

toMatch(expected: string | RegExp): R;
/** Used to check that a JavaScript object matches a subset of the properties of an objec */
toMatchObject(expected: {}): R;
/** Used to check that a JavaScript object matches a subset of the properties of an object */
toMatchObject(expected: {} | any[]): R;
/** This ensures that a value matches the most recent snapshot. Check out [the Snapshot Testing guide](http://facebook.github.io/jest/docs/snapshot-testing.html) for more information. */

@@ -282,0 +282,0 @@ toMatchSnapshot(snapshotName?: string): R;

{
"name": "@types/jest",
"version": "20.0.2",
"version": "20.0.3",
"description": "TypeScript definitions for Jest",

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

"peerDependencies": {},
"typesPublisherContentHash": "f303cca03e8b1b7f612effe8d1099160c7218e7177685049895971fd804e2d59",
"typesPublisherContentHash": "1e7d1097f469cec448692899d573d5f18bddcff0ed355f4d7393bfd922ef62fb",
"typeScriptVersion": "2.1"
}

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

Additional Details
* Last updated: Fri, 23 Jun 2017 14:03:03 GMT
* Last updated: Mon, 17 Jul 2017 16:47:59 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