</>PackageGraphPackageGraph

react-devtools-core

npmv7.0.1

Use 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.

2
Direct dependencies

Runtime packages this one declares itself.

2
Total installed

Distinct packages in the full runtime tree, deduplicated the way a package manager would.

15 MB
Install size

Unpacked size of this package plus its entire runtime tree.

1
Tree depth

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)

shell-quote ^1.6.1ws ^7

Dev (5)

cross-env ^3.1.4process 0.11.10webpack ^5.82.1webpack-cli ^5.1.1workerize-loader ^2.0.2

Used by

Popular packages that depend on react-devtools-core.

Relationship graph

Dependencies (left) and dependents (right) of react-devtools-core.

react-nativereact-devtools-co…
react-devtools-core dependencies dependents

Frequently installed together

Release history

8 releases in the last two years, typically about 38 days apart.

Recent versions of react-devtools-core
VersionPublishedSizeLicense
7.0.1latest10 months ago15 MBMIT
7.0.011 months ago15 MBMIT
6.1.51 year ago16 MBMIT
6.1.41 year ago16 MBMIT
6.1.31 year ago16 MBMIT
6.1.21 year ago16 MBMIT
6.1.11 year ago18 MBMIT
6.1.01 year ago18 MBMIT
6.0.11 year ago18 MBMIT
5.3.21 year ago17 MBMIT
6.0.01 year ago18 MBMIT
5.3.12 years ago17 MBMIT
5.3.02 years ago17 MBMIT
5.2.02 years ago17 MBMIT
5.1.02 years ago17 MBMIT

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.

Maintainers

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.