🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

jest-util

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-util - npm Package Compare versions

Comparing version

to
30.0.0

@@ -53,3 +53,3 @@ /**

export declare type DeletionMode = 'soft' | 'hard';
export declare type DeletionMode = 'soft' | 'off' | 'on';

@@ -56,0 +56,0 @@ export declare class ErrorWithStack extends Error {

@@ -455,3 +455,3 @@ /*!

}
if (mode === 'hard') {
if (mode === 'on') {
return Reflect.deleteProperty(obj, key);

@@ -458,0 +458,0 @@ }

{
"name": "jest-util",
"version": "30.0.0-rc.1",
"version": "30.0.0",
"repository": {

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

"dependencies": {
"@jest/types": "30.0.0-beta.8",
"@jest/types": "30.0.0",
"@types/node": "*",

@@ -41,3 +41,3 @@ "chalk": "^4.1.2",

},
"gitHead": "ce14203d9156f830a8e24a6e3e8205f670a72a40"
"gitHead": "a383155cd5af4539b3c447cfa7184462ee32f418"
}