Socket
Book a DemoInstallSign in
Socket

devtools-reps

Package Overview
Dependencies
Maintainers
10
Versions
47
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.4
Version published
Weekly downloads
0
-100%
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 in the past. 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

And then run:

$ npm publish devtools-reps

FAQs

Package last updated on 30 Oct 2025

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