@jest/expect-utils
Advanced tools
Comparing version 29.6.2 to 29.6.3
@@ -23,2 +23,4 @@ /** | ||
export declare const getObjectKeys: (object: object) => Array<string | symbol>; | ||
export declare const getObjectSubset: ( | ||
@@ -25,0 +27,0 @@ object: any, |
@@ -18,2 +18,3 @@ 'use strict'; | ||
exports.getObjectSubset = | ||
exports.getObjectKeys = | ||
void 0; | ||
@@ -54,2 +55,3 @@ var _jestGetType = require('jest-get-type'); | ||
]; | ||
exports.getObjectKeys = getObjectKeys; | ||
const getPath = (object, propertyPath) => { | ||
@@ -367,3 +369,3 @@ if (!Array.isArray(propertyPath)) { | ||
// Both of them should be able to compare correctly when they are array-to-array. | ||
// https://github.com/facebook/jest/issues/2549 | ||
// https://github.com/jestjs/jest/issues/2549 | ||
(Array.isArray(a) && Array.isArray(b)) | ||
@@ -370,0 +372,0 @@ ) { |
{ | ||
"name": "@jest/expect-utils", | ||
"version": "29.6.2", | ||
"version": "29.6.3", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/facebook/jest.git", | ||
"url": "https://github.com/jestjs/jest.git", | ||
"directory": "packages/expect-utils" | ||
@@ -20,3 +20,3 @@ }, | ||
"dependencies": { | ||
"jest-get-type": "^29.4.3" | ||
"jest-get-type": "^29.6.3" | ||
}, | ||
@@ -26,3 +26,3 @@ "devDependencies": { | ||
"immutable": "^4.0.0", | ||
"jest-matcher-utils": "^29.6.2", | ||
"jest-matcher-utils": "^29.6.3", | ||
"tsd-lite": "^0.7.0" | ||
@@ -36,3 +36,3 @@ }, | ||
}, | ||
"gitHead": "0fd5b1c37555f485c56a6ad2d6b010a72204f9f6" | ||
"gitHead": "fb7d95c8af6e0d65a8b65348433d8a0ea0725b5b" | ||
} |
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
28330
827
Updatedjest-get-type@^29.6.3