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 26.0.21 to 26.0.22

5

jest/index.d.ts

@@ -1076,6 +1076,3 @@ // Type definitions for Jest 26.0

ExtendedExpectFunction<TMatchers>;
/**
* Construct a type with the properties of T except for those in type K.
*/
type Omit<T, K extends keyof any> = Pick<T, Exclude<keyof T, K>>;
type NonPromiseMatchers<T extends JestMatchersShape<any>> = Omit<T, 'resolves' | 'rejects' | 'not'>;

@@ -1082,0 +1079,0 @@ type PromiseMatchers<T extends JestMatchersShape> = Omit<T['resolves'], 'not'>;

4

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

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

},
"typesPublisherContentHash": "bf3504e061cef6241e4103b0dbf93926f6ee5e8a9781e8516c4e0364b22db18a",
"typesPublisherContentHash": "db34d653efb7ec32fb538045beb4207a23f548a828121243bb536ba1e50e6109",
"typeScriptVersion": "3.8"
}

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

### Additional Details
* Last updated: Wed, 17 Mar 2021 15:54:10 GMT
* Last updated: Thu, 25 Mar 2021 18:01:17 GMT
* Dependencies: [@types/jest-diff](https://npmjs.com/package/@types/jest-diff), [@types/pretty-format](https://npmjs.com/package/@types/pretty-format)

@@ -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