Latest Threat ResearchGlassWorm Loader Hits Open VSX via Developer Account Compromise.Details
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

Source
npmnpm
Version
0.26.0
Version published
Maintainers
10
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 any 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 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.

You first have to run $ ./release.sh to accomodate the Firefox-specific codebase to node environment.

Then bump the version number in package.json

And finally run:

$ npm pack
$ npm publish devtools-reps

You may then reset the local changes introduced by release.sh.

FAQs

Package last updated on 16 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