jest-util
Advanced tools
Comparing version 27.0.6 to 27.1.0
@@ -7,4 +7,3 @@ /** | ||
*/ | ||
/// <reference types="node" /> | ||
import type { Config } from '@jest/types'; | ||
export default function (globalObject: NodeJS.Global, globals: Config.ConfigGlobals): NodeJS.Global & Config.ConfigGlobals; | ||
export default function (globalObject: typeof globalThis, globals: Config.ConfigGlobals): typeof globalThis & Config.ConfigGlobals; |
@@ -7,4 +7,3 @@ /** | ||
*/ | ||
/// <reference types="node" /> | ||
declare const _default: (globalToMutate: NodeJS.Global | Window, key: string, value: unknown) => void; | ||
declare const _default: (globalToMutate: typeof globalThis, key: string, value: unknown) => void; | ||
export default _default; |
{ | ||
"name": "jest-util", | ||
"version": "27.0.6", | ||
"version": "27.1.0", | ||
"repository": { | ||
@@ -17,3 +17,3 @@ "type": "git", | ||
"dependencies": { | ||
"@jest/types": "^27.0.6", | ||
"@jest/types": "^27.1.0", | ||
"@types/node": "*", | ||
@@ -37,3 +37,3 @@ "chalk": "^4.0.0", | ||
}, | ||
"gitHead": "d257d1c44ba62079bd4307ae78ba226d47c56ac9" | ||
"gitHead": "5ef792e957e83428d868a18618b8629e32719993" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41958
1225
Updated@jest/types@^27.1.0