Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@react-navigation/devtools

Package Overview
Dependencies
Maintainers
4
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-navigation/devtools - npm Package Compare versions

Comparing version 6.0.0-next.16 to 6.0.0-next.17

4

lib/commonjs/useDevToolsBase.js

@@ -76,3 +76,5 @@ "use strict";

// We need to make sure that our callbacks executed in the same order
pendingPromiseRef.current = pendingPromiseRef.current.then(async () => {
// So we add check if the last promise is settled before sending the next one
pendingPromiseRef.current = pendingPromiseRef.current.catch(() => {// Ignore any errors from the last promise
}).then(async () => {
if (data.stack) {

@@ -79,0 +81,0 @@ const stack = await symbolicate(data.stack);

@@ -61,3 +61,5 @@ import deepEqual from 'deep-equal';

// We need to make sure that our callbacks executed in the same order
pendingPromiseRef.current = pendingPromiseRef.current.then(async () => {
// So we add check if the last promise is settled before sending the next one
pendingPromiseRef.current = pendingPromiseRef.current.catch(() => {// Ignore any errors from the last promise
}).then(async () => {
if (data.stack) {

@@ -64,0 +66,0 @@ const stack = await symbolicate(data.stack);

{
"name": "@react-navigation/devtools",
"description": "Developer tools for React Navigation",
"version": "6.0.0-next.16",
"version": "6.0.0-next.17",
"keywords": [

@@ -43,3 +43,3 @@ "react",

"devDependencies": {
"@react-navigation/core": "^6.0.0-next.15",
"@react-navigation/core": "^6.0.0-next.16",
"@testing-library/react-native": "^7.2.0",

@@ -71,3 +71,3 @@ "@types/deep-equal": "^1.0.1",

},
"gitHead": "a70adfbca1cfc3141a6dffb99e685563a7d52a08"
"gitHead": "858d256b0aa1c5cb7f2a3718c4cff8a19107f72a"
}

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc