@react-navigation/devtools
Advanced tools
Comparing version 7.0.0-rc.14 to 7.0.0-rc.15
@@ -7,3 +7,3 @@ "use strict"; | ||
exports.useDevToolsBase = useDevToolsBase; | ||
var _deepEqual = _interopRequireDefault(require("deep-equal")); | ||
var _fastDeepEqual = _interopRequireDefault(require("fast-deep-equal")); | ||
var React = _interopRequireWildcard(require("react")); | ||
@@ -111,3 +111,3 @@ var _parseErrorStack = require("./parseErrorStack.js"); | ||
// Don't show the action in dev tools if the state is what we sent to reset earlier | ||
if (lastResetRef.current && (0, _deepEqual.default)(lastResetRef.current, e.data.state)) { | ||
if (lastResetRef.current && (0, _fastDeepEqual.default)(lastResetRef.current, e.data.state)) { | ||
lastStateRef.current = undefined; | ||
@@ -123,3 +123,3 @@ return; | ||
// If we don't have an action and the state didn't change, then it's probably extraneous | ||
if (lastChange === undefined && (0, _deepEqual.default)(state, lastState)) { | ||
if (lastChange === undefined && (0, _fastDeepEqual.default)(state, lastState)) { | ||
return; | ||
@@ -126,0 +126,0 @@ } |
"use strict"; | ||
import deepEqual from 'deep-equal'; | ||
import deepEqual from 'fast-deep-equal'; | ||
import * as React from 'react'; | ||
@@ -5,0 +5,0 @@ import { parseErrorStack } from "./parseErrorStack.js"; |
{ | ||
"name": "@react-navigation/devtools", | ||
"description": "Developer tools for React Navigation", | ||
"version": "7.0.0-rc.14", | ||
"version": "7.0.0-rc.15", | ||
"keywords": [ | ||
@@ -50,3 +50,3 @@ "react", | ||
"dependencies": { | ||
"deep-equal": "^2.2.3", | ||
"fast-deep-equal": "^3.1.3", | ||
"nanoid": "3.3.7", | ||
@@ -56,4 +56,3 @@ "stacktrace-parser": "^0.1.10" | ||
"devDependencies": { | ||
"@react-navigation/core": "^7.0.0-rc.14", | ||
"@types/deep-equal": "^1.0.4", | ||
"@react-navigation/core": "^7.0.0-rc.15", | ||
"@types/react": "~18.2.79", | ||
@@ -93,3 +92,3 @@ "del-cli": "^5.1.0", | ||
}, | ||
"gitHead": "25a59bc3307ae0b2d93b58bd3d331e56a278757b" | ||
"gitHead": "1ad42666923bd76dd9e7dd731ba39cc31dd27317" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
6
2
171934
54
1157
+ Addedfast-deep-equal@^3.1.3
+ Addedfast-deep-equal@3.1.3(transitive)
- Removeddeep-equal@^2.2.3
- Removedarray-buffer-byte-length@1.0.1(transitive)
- Removedavailable-typed-arrays@1.0.7(transitive)
- Removedcall-bind@1.0.7(transitive)
- Removeddeep-equal@2.2.3(transitive)
- Removeddefine-data-property@1.1.4(transitive)
- Removeddefine-properties@1.2.1(transitive)
- Removedes-define-property@1.0.0(transitive)
- Removedes-errors@1.3.0(transitive)
- Removedes-get-iterator@1.1.3(transitive)
- Removedfor-each@0.3.3(transitive)
- Removedfunction-bind@1.1.2(transitive)
- Removedfunctions-have-names@1.2.3(transitive)
- Removedget-intrinsic@1.2.4(transitive)
- Removedgopd@1.0.1(transitive)
- Removedhas-bigints@1.0.2(transitive)
- Removedhas-property-descriptors@1.0.2(transitive)
- Removedhas-proto@1.0.3(transitive)
- Removedhas-symbols@1.0.3(transitive)
- Removedhas-tostringtag@1.0.2(transitive)
- Removedhasown@2.0.2(transitive)
- Removedinternal-slot@1.0.7(transitive)
- Removedis-arguments@1.1.1(transitive)
- Removedis-array-buffer@3.0.4(transitive)
- Removedis-bigint@1.0.4(transitive)
- Removedis-boolean-object@1.1.2(transitive)
- Removedis-callable@1.2.7(transitive)
- Removedis-date-object@1.0.5(transitive)
- Removedis-map@2.0.3(transitive)
- Removedis-number-object@1.0.7(transitive)
- Removedis-regex@1.1.4(transitive)
- Removedis-set@2.0.3(transitive)
- Removedis-shared-array-buffer@1.0.3(transitive)
- Removedis-string@1.0.7(transitive)
- Removedis-symbol@1.0.4(transitive)
- Removedis-weakmap@2.0.2(transitive)
- Removedis-weakset@2.0.3(transitive)
- Removedisarray@2.0.5(transitive)
- Removedobject-inspect@1.13.3(transitive)
- Removedobject-is@1.1.6(transitive)
- Removedobject-keys@1.1.1(transitive)
- Removedobject.assign@4.1.5(transitive)
- Removedpossible-typed-array-names@1.0.0(transitive)
- Removedregexp.prototype.flags@1.5.3(transitive)
- Removedset-function-length@1.2.2(transitive)
- Removedset-function-name@2.0.2(transitive)
- Removedside-channel@1.0.6(transitive)
- Removedstop-iteration-iterator@1.0.0(transitive)
- Removedwhich-boxed-primitive@1.0.2(transitive)
- Removedwhich-collection@1.0.2(transitive)
- Removedwhich-typed-array@1.1.15(transitive)