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

react-devtools

Package Overview
Dependencies
Maintainers
7
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-devtools - npm Package Compare versions

Comparing version 4.24.1 to 4.24.2

4

package.json
{
"name": "react-devtools",
"version": "4.24.1",
"version": "4.24.2",
"description": "Use react-devtools outside of the browser",

@@ -29,5 +29,5 @@ "license": "MIT",

"minimist": "^1.2.3",
"react-devtools-core": "4.24.1",
"react-devtools-core": "4.24.2",
"update-notifier": "^2.1.0"
}
}
# `react-devtools`
React DevTools is available as a built-in extension for Chrome and Firefox browsers. This package enables you to debug a React app elsewhere (e.g. a mobile browser, an embedded webview, Safari, inside an iframe).
This package can be used to debug non-browser-based React applications (e.g. React Native, mobile browser or embedded webview, Safari).
It works both with React DOM and React Native.
![React DevTools screenshot](https://user-images.githubusercontent.com/29597/63811956-bdd9b580-c8dd-11e9-8962-c568e475c425.png)

@@ -35,3 +33,3 @@

If you're not in a simulator then you also need to run the following in a command prompt:
If you're not using a local simulator, you'll also need to forward ports used by React DevTools:
```sh

@@ -41,3 +39,3 @@ adb reverse tcp:8097 tcp:8097

If you're using React Native 0.43 or higher, it should connect to your simulator within a few seconds.
If you're using React Native 0.43 or higher, it should connect to your simulator within a few seconds. (If this doesn't happen automatically, try reloading the React Native app.)

@@ -44,0 +42,0 @@ ### Integration with React Native Inspector

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