Launch Week Day 2: Introducing Reports: An Extensible Reporting Framework for Socket Data.Learn More
Socket
Book a DemoSign in
Socket

devtools-reps

Package Overview
Dependencies
Maintainers
10
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

devtools-reps

Devtools Reps

latest
Source
npmnpm
Version
0.27.6
Version published
Weekly downloads
530
-38.01%
Maintainers
10
Weekly downloads
 
Created
Source

Reps

This folder contains the React components used by:

  • debugger
  • console
  • profiler frontend

to render any arbitrary JavaScript object nicely to Web Developers.

This library receives as input the Firefox DevTools Remote Debugging Protocol (RDP)'s Object actor's "form" object. Also known as "grip" in some part of DevTools codebase. This contains a preview objects which helps render the object at the state it was at a given point in time. The object actor also exposes various methods to query information about the object, but this will represent the current state of the object.

Release a new version on NPM

As this library is also used by the profiler frontend, versions should be uploaded to NPM for it to pull it.

First bump the version number in package.json. Then make sure to commit any changes made to reps folder (including the version bump). This is important as the publish command will ultimately reset all uncommited changes made in the reps folder.

And then run:

$ npm publish devtools-reps

FAQs

Package last updated on 26 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts