Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jest-util

Package Overview
Dependencies
Maintainers
6
Versions
261
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-util - npm Package Compare versions

Comparing version 27.0.6 to 27.1.0

3

build/installCommonGlobals.d.ts

@@ -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"
}
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