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 26.0.7 to 26.0.8

17

jest/index.d.ts

@@ -74,19 +74,2 @@ // Type definitions for Jest 26.0

interface NodeRequire {
/**
* Returns the actual module instead of a mock, bypassing all checks on
* whether the module should receive a mock implementation or not.
*
* @deprecated Use `jest.requireActual` instead.
*/
requireActual(moduleName: string): any;
/**
* Returns a mock module instead of the actual module, bypassing all checks
* on whether the module should be required normally or not.
*
* @deprecated Use `jest.requireMock`instead.
*/
requireMock(moduleName: string): any;
}
declare namespace jest {

@@ -93,0 +76,0 @@ /**

4

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

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

},
"typesPublisherContentHash": "d92e881237a34d875d16f943176f41db85217e7d3eaf63f6f6b9766db1b26541",
"typesPublisherContentHash": "e30bba8076aad61a7a7a45b1e253af2d83fca73a6b97f3ebfc0a5cb0b50efd72",
"typeScriptVersion": "3.1"
}

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

### Additional Details
* Last updated: Thu, 23 Jul 2020 23:56:45 GMT
* Last updated: Fri, 31 Jul 2020 04:50:47 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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc