Socket
Socket
Sign inDemoInstall

@types/jest

Package Overview
Dependencies
18
Maintainers
1
Versions
207
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 26.0.9 to 26.0.10

6

jest/index.d.ts

@@ -93,2 +93,7 @@ // Type definitions for Jest 26.0

/**
* Use the automatic mocking system to generate a mocked version of the given module.
*/
// tslint:disable-next-line: no-unnecessary-generics
function createMockFromModule<T>(moduleName: string): T;
/**
* Resets the state of all mocks.

@@ -167,2 +172,3 @@ * Equivalent to calling .mockReset() on every mocked function.

/**
* (renamed to `createMockFromModule` in Jest 26.0.0+)
* Use the automatic mocking system to generate a mocked version of the given module.

@@ -169,0 +175,0 @@ */

4

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

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

},
"typesPublisherContentHash": "935590a1d45c403d2690d226f73c43dc72da695087579022314fb28ce3e8b4bb",
"typesPublisherContentHash": "acc1228cac126b3aae5af506b3e028ef5984ca2dc4cb3d847709b4351d35df9a",
"typeScriptVersion": "3.1"
}

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

### Additional Details
* Last updated: Wed, 05 Aug 2020 23:59:07 GMT
* Last updated: Fri, 14 Aug 2020 23:42: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`

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