Gathering detailed insights and metrics for react-native-debugger-open
Gathering detailed insights and metrics for react-native-debugger-open
Gathering detailed insights and metrics for react-native-debugger-open
Gathering detailed insights and metrics for react-native-debugger-open
@taktikorg/unde-animi-omnis
<p align="center"> <a href="https://www.npmjs.com/package/@taktikorg/unde-animi-omnis"><img src="https://img.shields.io/npm/v/@taktikorg/unde-animi-omnis"></a> <a href=""><img src="https://img.shields.io/github/actions/workflow/status/RemiMyrset/@taktikor
@crabas0npm2/porro-doloribus-eos
security holding package
@teamteanpm2024/officiis-sint-dolorum
<div align="center"> <p align="center"> <a href="https://react-hook-form.com" title="React Hook Form - Simple React forms validation"> <img src="https://raw.githubusercontent.com/bluebill1049/react-hook-form/master/docs/logo.png" a
@crabas0npm2/molestias-accusantium-perspiciatis
security holding package
The standalone app based on official debugger of React Native, and includes React Inspector / Redux DevTools
npm install react-native-debugger-open
Typescript
Module System
Node Version
NPM Version
84.5
Supply Chain
86
Quality
75.1
Maintenance
100
Vulnerability
100
License
JavaScript (97.59%)
Shell (2.22%)
HTML (0.19%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
10,451 Stars
960 Commits
816 Forks
80 Watchers
17 Branches
63 Contributors
Updated on Jul 15, 2025
Latest Version
0.4.3
Package Id
react-native-debugger-open@0.4.3
Unpacked Size
19.13 kB
Size
5.25 kB
File Count
7
NPM Version
8.19.2
Node Version
16.18.1
Published on
Jul 23, 2023
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
4
3
Replace
open debugger-ui with Chrome
toopen React Native Debugger
from react-native packager
[macOS] If you opened the app before (registered URI scheme), you can use this patch open the app automatically.
[Linux / Windows] Currently it cannot open the app automatically, it just send set-debugger-loc
request, so you need open the app yourself.
Demo with initial project of Create React Native App (Expo)
First, install React Native Debugger.
In your React Native project:
1$ npm i --save-dev react-native-debugger-open # or -g
Add command to your project's package.json:
"scripts": {
"postinstall": "rndebugger-open"
}
It will be run after npm install
. (You can run npm run postinstall
first)
The ./node_modules/react-native/local-cli/server/middleware/getDevToolsMiddleware.js
code will be replaced.
REACT_DEBUGGER
env of react-native packagerInstead of Inject to react-native packager
, you can just do:
1$ REACT_DEBUGGER="rndebugger-open --open --port 8081" npm start 2 3# Windows 4$ set REACT_DEBUGGER="rndebugger-open --open --port 8081" && npm start
If you're using Expo <= 48, use port 19000 instead of 8081.
Name | Description |
---|---|
macos | Use react-native-macos module name instead of react-native. Default is false |
revert | Revert rndebugger-open injection. Default is false |
open | Run open directly instead of inject patch |
port | Specified react-native packager port with --open option. Default is 8081 |
You can also Launch by CLI or React Native packager
instead of this package.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
Project has not signed or included provenance with any releases.
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
66 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More