react-devtools-core
npmv7.0.1Use react-devtools outside of the browser
Safe to adopt
Yes — react-devtools-core scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 324 days ago. 11 releases in the last 2 years.
- ?Adoption: grade ?, Not reported by this registry.
No download data reported for this package yet.
- BMaintenance: grade B, Good.
Last published 324 days ago. 11 releases in the last 2 years.
- AWeight: grade A, Excellent.
Pulls in 2 transitive packages, about 15 MB installed (at least — some of the tree is still being crawled).
- ASupply chain: grade A, Excellent.
No install scripts, 11 maintainers, and a contained dependency surface.
- ALicense: grade A, Excellent.
MIT — permissive, with no copyleft found in the dependency tree.
Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.
Install cost
What you actually take on by adding react-devtools-core to a project.
Runtime packages this one declares itself.
Distinct packages in the full runtime tree, deduplicated the way a package manager would.
Unpacked size of this package plus its entire runtime tree.
Longest resolved dependency chain below this package.
Part of this dependency tree has not been crawled yet, so these figures are a lower bound rather than a final total.
Compatibility
- Node.js
- No constraint declared
- Module format
- CommonJS only
- TypeScript
- No bundled types
- Install scripts
- None
Quick start
A usage example from the react-devtools-core README.
if (process.env.NODE_ENV !== 'production') {
const { initialize, connectToDevTools } = require("react-devtools-core");
initialize(settings);
// Must be called before packages like react or react-native are imported
connectToDevTools({...config});
}Dependencies
Declared by react-devtools-core v7.0.1. Runtime dependencies are installed with the package; dev dependencies are not.
Runtime (2)
Dev (5)
Used by
Popular packages that depend on react-devtools-core.
Relationship graph
Dependencies (left) and dependents (right) of react-devtools-core.
Frequently installed together
the complete solution for node.js command-line programs
React is a JavaScript library for building user interfaces.
A memoization library which only remembers the latest invocation
A low level parser for ANSI sequences.
Runtime for Regenerator-compiled generator and async functions.
yargs the modern, pirate-themed, successor to optimist.
Stringify any JavaScript value.
🚇 Module required for evaluating Metro bundles.
A fast and minimal alternative to globby and fast-glob
The hermes compiler CLI used during the React Native build process
React is a JavaScript library for building user interfaces.
TypeScript definitions for react
Release history
8 releases in the last two years, typically about 38 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 7.0.1latest | 10 months ago | 15 MB | MIT |
| 7.0.0 | 11 months ago | 15 MB | MIT |
| 6.1.5 | 1 year ago | 16 MB | MIT |
| 6.1.4 | 1 year ago | 16 MB | MIT |
| 6.1.3 | 1 year ago | 16 MB | MIT |
| 6.1.2 | 1 year ago | 16 MB | MIT |
| 6.1.1 | 1 year ago | 18 MB | MIT |
| 6.1.0 | 1 year ago | 18 MB | MIT |
| 6.0.1 | 1 year ago | 18 MB | MIT |
| 5.3.2 | 1 year ago | 17 MB | MIT |
| 6.0.0 | 1 year ago | 18 MB | MIT |
| 5.3.1 | 2 years ago | 17 MB | MIT |
| 5.3.0 | 2 years ago | 17 MB | MIT |
| 5.2.0 | 2 years ago | 17 MB | MIT |
| 5.1.0 | 2 years ago | 17 MB | MIT |
Overview
react-devtools-core is an npm package that use react-devtools outside of the browser. It has 1 known dependents in the graph. The latest version is 7.0.1, released under the MIT license.
Who should use it
Teams working in the npm ecosystem who need use react-devtools outside of the browser and value a focused solution.
When not to use it
Consider an alternative if you need to have first-class TypeScript types out of the box, or if a more actively-maintained option better fits your npm stack.
Pros
- Clear open-source license (MIT).
Cons
- No bundled TypeScript types (may require a separate @types package).
Auto-generated from collected registry metadata. No external claims are inferred.
Frequently asked questions
Should I use react-devtools-core?
Yes — react-devtools-core scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 324 days ago. 11 releases in the last 2 years.
How do I install react-devtools-core?
Run `npm install react-devtools-core` to add react-devtools-core to your npm project.
How many dependencies does react-devtools-core have?
react-devtools-core declares 7 direct dependencies and pulls in 2 packages in total once its runtime tree is resolved totalling about 15 MB on disk.
What license is react-devtools-core released under?
react-devtools-core is distributed under the MIT license.
How popular is react-devtools-core?
npm does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on react-devtools-core.
Is react-devtools-core still maintained?
The most recent release of react-devtools-core (v7.0.1) was published 10 months ago.
Does react-devtools-core run install scripts?
No. react-devtools-core does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.