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.3 to 26.0.4

2

jest/index.d.ts

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

*
* const mockedMyClass = MyClass as jest.MockedClass<MyClass>;
* const mockedMyClass = MyClass as jest.MockedClass<typeof MyClass>;
*

@@ -1105,0 +1105,0 @@ * expect(mockedMyClass.mock.calls[0][0]).toBe(42); // Constructor calls

{
"name": "@types/jest",
"version": "26.0.3",
"version": "26.0.4",
"description": "TypeScript definitions for Jest",

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

},
"typesPublisherContentHash": "fd6602981b1501b8a8461f773f6720301e0afa6c6f0f853c66812402b2a40900",
"typesPublisherContentHash": "58ec000306282b9079a6fbf83ec280f44605df27b70df733acf7db8ecea428d5",
"typeScriptVersion": "3.1"
}

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

### Additional Details
* Last updated: Wed, 24 Jun 2020 16:52:11 GMT
* Last updated: Mon, 06 Jul 2020 21:06:02 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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc