New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jest-util

Package Overview
Dependencies
Maintainers
7
Versions
262
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

to
26.5.0

2

build/convertDescriptorToString.js

@@ -14,2 +14,4 @@ 'use strict';

*/
/* eslint-disable local/ban-types-eventually */
// See: https://github.com/facebook/jest/pull/5154

@@ -16,0 +18,0 @@ function convertDescriptorToString(descriptor) {

2

build/ErrorWithStack.d.ts

@@ -8,3 +8,3 @@ /**

export default class ErrorWithStack extends Error {
constructor(message: string | undefined, callsite: Function);
constructor(message: string | undefined, callsite: (...args: Array<any>) => unknown);
}
{
"name": "jest-util",
"version": "26.3.0",
"version": "26.5.0",
"repository": {

@@ -13,3 +13,3 @@ "type": "git",

"dependencies": {
"@jest/types": "^26.3.0",
"@jest/types": "^26.5.0",
"@types/node": "*",

@@ -32,3 +32,3 @@ "chalk": "^4.0.0",

},
"gitHead": "3a7e06fe855515a848241bb06a6f6e117847443d"
"gitHead": "68d1b1b638bc7464c2794a957c1b894de7da2ee3"
}