Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
html-dom-trace
Advanced tools
Fetch a HTML document, model the DOM as a Trace and send it to HoneyComb
NodeJS CLI to fetch and parse a HTML document, model the DOM as a Trace and send it to HoneyComb.
Each DOM element is represented as a trace span, in which their span's duration is the estimated span's size (including children). All element attributes are mapped as span fields. This tool's purpose is to help detect big DOM subtrees (similar goal and implementation as html-size-visualizer, with a different visualization tool).
Install CLI as global package: npm i -g html-dom-trace
$ html-dom-trace <url> [options]
Options:
--hc-key
: HoneyComb API Key--hc-dataset
: HoneyComb Dataset name (default html-dom-trace)-v, --version
: Displays current version-h, --help
: Displays this messageExamples
$ html-dom-trace https://www.example.com --hc-key=1234567890 --hc-dataset=html-traces
FAQs
Fetch a HTML document, model the DOM as a Trace and send it to HoneyComb
The npm package html-dom-trace receives a total of 0 weekly downloads. As such, html-dom-trace popularity was classified as not popular.
We found that html-dom-trace demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.