🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

chrome-devtools-built

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chrome-devtools-built

chrome-devtools-frontend built version

1.20253003.0
latest
Source
npm
Version published
Weekly downloads
151
79.76%
Maintainers
1
Weekly downloads
 
Created
Source

Automated Chrome DevTools frontend builder

This repository contains a Github Action that runs once a week on a schedule, builds the Chrome DevTools frontend source code, and sends the build code to the main branch via PR.

Workflow

Build and Merge

  • Schedule: Runs once a week.
  • Build Action: Automatically triggers a build process.
  • PR Creation and merge: Creates a Pull Request with the changes and automatically merges into the main branch.

Deployment and Release

  • Github Pages deploy
  • NPM release

Deployed version

For your hack needs there is a deployed version which will be updated after each build.

NPM package

npm version

Also every build is published in the NPM.

Package versioning works as follows: 1.20232611.0 where 1.${current_date}.{patch_number}.

License

The devtools-frontend code is subject to its own license terms. Please refer to the Chromium DevTools Frontend License for details.

The code in this repository, specific to the automation process, is licensed under MIT.

Feel free to use and modify this workflow to suit your needs.

FAQs

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