Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

chrome-devtools-frontend-build

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chrome-devtools-frontend-build

Pre-built version of the Chrome DevTools frontend

latest
Source
npmnpm
Version
1.0.26745
Version published
Maintainers
1
Created
Source

Chrome DevTools Frontend Build

This repository automatically builds and publishes the Chrome DevTools frontend to npm.

About

This package provides a pre-built version of the Chromium DevTools frontend, making it easy to use in other projects without having to build it from source.

Installation

npm install chrome-devtools-frontend-build
pnpm add chrome-devtools-frontend-build

Build Process

The DevTools frontend is built from the official Chromium source using the following tools:

  • depot_tools
  • gn
  • ninja

The build process runs on GitHub Actions whenever changes are pushed to the main branch or on a weekly schedule. The resulting package is versioned based on the date and commit hash, then published to npm.

License

MIT

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Keywords

chrome

FAQs

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