Socket
Socket
Sign inDemoInstall

@jest/globals

Package Overview
Dependencies
Maintainers
6
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jest/globals - npm Package Compare versions

Comparing version 29.3.1 to 29.4.0

.eslintcache

6

build/index.d.ts

@@ -10,3 +10,3 @@ /**

import type { Global } from '@jest/types';
import type { ClassLike, FunctionLike, Mock as JestMock, Mocked as JestMocked, MockedClass as JestMockedClass, MockedFunction as JestMockedFunction, MockedObject as JestMockedObject, Spied as JestSpied, SpiedClass as JestSpiedClass, SpiedFunction as JestSpiedFunction, SpiedGetter as JestSpiedGetter, SpiedSetter as JestSpiedSetter, UnknownFunction } from 'jest-mock';
import type { ClassLike, FunctionLike, Mock as JestMock, Mocked as JestMocked, MockedClass as JestMockedClass, MockedFunction as JestMockedFunction, MockedObject as JestMockedObject, Replaced as JestReplaced, Spied as JestSpied, SpiedClass as JestSpiedClass, SpiedFunction as JestSpiedFunction, SpiedGetter as JestSpiedGetter, SpiedSetter as JestSpiedSetter, UnknownFunction } from 'jest-mock';
export declare const expect: JestExpect;

@@ -48,2 +48,6 @@ export declare const it: Global.GlobalAdditions['it'];

/**
* Constructs the type of a replaced property.
*/
type Replaced<T> = JestReplaced<T>;
/**
* Constructs the type of a spied class or function.

@@ -50,0 +54,0 @@ */

12

package.json
{
"name": "@jest/globals",
"version": "29.3.1",
"version": "29.4.0",
"repository": {

@@ -23,6 +23,6 @@ "type": "git",

"dependencies": {
"@jest/environment": "^29.3.1",
"@jest/expect": "^29.3.1",
"@jest/types": "^29.3.1",
"jest-mock": "^29.3.1"
"@jest/environment": "^29.4.0",
"@jest/expect": "^29.4.0",
"@jest/types": "^29.4.0",
"jest-mock": "^29.4.0"
},

@@ -32,3 +32,3 @@ "publishConfig": {

},
"gitHead": "05deb8393c4ad71e19be2567b704dfd3a2ab5fc9"
"gitHead": "4bc0e8acaf990e6618a7bed1dca67760c20bb12a"
}
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