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.20 to 26.0.21

4

jest/index.d.ts

@@ -190,3 +190,3 @@ // Type definitions for Jest 26.0

// tslint:disable-next-line: no-unnecessary-generics
function requireActual<TModule = any>(moduleName: string): TModule;
function requireActual<TModule extends {} = any>(moduleName: string): TModule;
/**

@@ -197,3 +197,3 @@ * Returns a mock module instead of the actual module, bypassing all checks

// tslint:disable-next-line: no-unnecessary-generics
function requireMock<TModule = any>(moduleName: string): TModule;
function requireMock<TModule extends {} = any>(moduleName: string): TModule;
/**

@@ -200,0 +200,0 @@ * Resets the module registry - the cache of all required modules. This is

{
"name": "@types/jest",
"version": "26.0.20",
"version": "26.0.21",
"description": "TypeScript definitions for Jest",

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

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

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

### Additional Details
* Last updated: Thu, 07 Jan 2021 08:51:23 GMT
* Last updated: Wed, 17 Mar 2021 15:54:10 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