Socket
Socket
Sign inDemoInstall

@types/jest

Package Overview
Dependencies
2
Maintainers
1
Versions
207
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 25.2.1 to 25.2.2

4

jest/index.d.ts

@@ -179,3 +179,3 @@ // Type definitions for Jest 25.2

*/
function requireActual(moduleName: string): any;
function requireActual<TModule = any>(moduleName: string): TModule;
/**

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

*/
function requireMock(moduleName: string): any;
function requireMock<TModule = any>(moduleName: string): TModule;
/**

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

{
"name": "@types/jest",
"version": "25.2.1",
"version": "25.2.2",
"description": "TypeScript definitions for Jest",

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

},
"typesPublisherContentHash": "2a6c1f87c4e268747601531a0573a0c86032de4d7b8fe6c2d67e7ad454e8e417",
"typesPublisherContentHash": "bf41c289d7d9b270f34a947c0d9270d6b4f883aa09e9dcdbc5f95911376b43eb",
"typeScriptVersion": "3.1"
}

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

### Additional Details
* Last updated: Fri, 03 Apr 2020 21:23:13 GMT
* Last updated: Wed, 13 May 2020 18:46:57 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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc