You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

jest-matcher-utils

Package Overview
Dependencies
Maintainers
5
Versions
247
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-matcher-utils - npm Package Compare versions

Comparing version

to
30.0.2

4

build/index.js

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

if (serializableProperties === undefined) {
descriptors = Object.assign({}, Object.getOwnPropertyDescriptors(obj), descriptors);
descriptors = Object.assign(Object.create(null), Object.getOwnPropertyDescriptors(obj), descriptors);
} else {

@@ -158,3 +158,3 @@ for (const property of serializableProperties) {

return newDescriptors;
}, {});
}, Object.create(null));
//@ts-expect-error because typescript do not support symbol key in object

@@ -161,0 +161,0 @@ //https://github.com/microsoft/TypeScript/issues/1863

{
"name": "jest-matcher-utils",
"description": "A set of utility functions for expect and related packages",
"version": "30.0.1",
"version": "30.0.2",
"repository": {

@@ -28,7 +28,7 @@ "type": "git",

"chalk": "^4.1.2",
"jest-diff": "30.0.1",
"pretty-format": "30.0.1"
"jest-diff": "30.0.2",
"pretty-format": "30.0.2"
},
"devDependencies": {
"@jest/test-utils": "30.0.1",
"@jest/test-utils": "30.0.2",
"@types/node": "*"

@@ -39,3 +39,3 @@ },

},
"gitHead": "5ce865b4060189fe74cd486544816c079194a0f7"
"gitHead": "393acbfac31f64bb38dff23c89224797caded83c"
}