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

@react-navigation/devtools

Package Overview
Dependencies
Maintainers
7
Versions
114
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 7.0.0-rc.9 to 7.0.0-rc.10

./lib/commonjs/index.js

16

package.json
{
"name": "@react-navigation/devtools",
"description": "Developer tools for React Navigation",
"version": "7.0.0-rc.9",
"version": "7.0.0-rc.10",
"keywords": [

@@ -21,4 +21,4 @@ "react",

"source": "./src/index.tsx",
"main": "./lib/commonjs/index.cjs",
"module": "./lib/module/index.mjs",
"main": "./lib/commonjs/index.js",
"module": "./lib/module/index.js",
"types": "./lib/typescript/src/index.d.ts",

@@ -28,4 +28,4 @@ "exports": {

"types": "./lib/typescript/src/index.d.ts",
"import": "./lib/module/index.mjs",
"require": "./lib/commonjs/index.cjs"
"import": "./lib/module/index.js",
"require": "./lib/commonjs/index.js"
}

@@ -52,3 +52,3 @@ },

"devDependencies": {
"@react-navigation/core": "^7.0.0-rc.9",
"@react-navigation/core": "^7.0.0-rc.10",
"@testing-library/react-native": "^12.4.3",

@@ -59,3 +59,3 @@ "@types/deep-equal": "^1.0.4",

"react": "18.2.0",
"react-native-builder-bob": "^0.25.0",
"react-native-builder-bob": "^0.26.0",
"typescript": "^5.5.2"

@@ -90,3 +90,3 @@ },

},
"gitHead": "7e8963a5141f9fb53fc9ea9d01eb117006119c97"
"gitHead": "d801b91d2aea4bf10852b03ea31836c0e5cb9442"
}
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