chrome-trace-event
npmv1.0.4TypeScriptA library to create a trace of your node app per Google's Trace Event format.
Adopt with care
chrome-trace-event is usable, with caveats. Last published 833 days ago.
- ?Adoption: grade ?, Not reported by this registry.
No download data reported for this package yet.
- DMaintenance: grade D, Poor — a real concern.
Last published 833 days ago.
- AWeight: grade A, Excellent.
Zero runtime dependencies, about 9.6 KB installed.
- ASupply chain: grade A, Excellent.
No install scripts, 2 maintainers, and a contained dependency surface.
- ALicense: grade A, Excellent.
MIT — permissive, with no copyleft found in the dependency tree.
Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.
Install cost
What you actually take on by adding chrome-trace-event to a project.
Runtime packages this one declares itself.
Distinct packages in the full runtime tree, deduplicated the way a package manager would.
Unpacked size of this package plus its entire runtime tree.
Longest resolved dependency chain below this package.
Compatibility
- Node.js
- node >=6.0
- Module format
- CommonJS only
- TypeScript
- Types included
- Install scripts
- None
Quick start
A usage example from the chrome-trace-event README.
const Trace = require("chrome-trace-event").Tracer;
const trace = new Trace({
noStream: true
});
trace.pipe(fs.createWriteStream(outPath));
trace.flush();chrome-trace-event vs the alternatives
Packages solving a similar problem in the npm ecosystem, compared on the signals that drive an adoption decision.
| Package | Weekly downloads | Dependents | License | Last release |
|---|---|---|---|---|
| chrome-trace-eventthis page | 0 | 1 | MIT | 2 years ago |
| callsites | 157.5M | 1 | MIT | 3 days ago |
| rettime | 0 | 2 | MIT | 3 days ago |
| gcp-metadata | 0 | 1 | Apache-2.0 | 3 days ago |
| gaxios | 0 | 1 | Apache-2.0 | 3 days ago |
| event-target-shim | 0 | 2 | MIT | 3 days ago |
Dependencies
Declared by chrome-trace-event v1.0.4. Runtime dependencies are installed with the package; dev dependencies are not.
Dev (4)
Used by
Popular packages that depend on chrome-trace-event.
Relationship graph
Dependencies (left) and dependents (right) of chrome-trace-event.
Frequently installed together
ECMAScript parser
TypeScript definitions for estree
Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset
Lodash modular utilities.
React is a JavaScript library for building user interfaces.
React package for working with the DOM.
An AST-based pattern checker for JavaScript.
Offers a async require.resolve function. It's highly configurable.
Prettier is an opinionated code formatter
Node's event emitter for all engines.
Delightful JavaScript Testing.
ECMAScript scope analyzer for ESLint
Release history
No releases in the last two years, typically about 61 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 1.0.4latest | 2 years ago | 9.6 KB | MIT |
| 1.0.3 | 5 years ago | 14 KB | MIT |
| 1.0.2 | 7 years ago | 17 KB | MIT |
| 1.0.1 | 7 years ago | 24 KB | MIT |
| 1.0.0 | 8 years ago | 25 KB | MIT |
| 0.1.3 | 8 years ago | 15 KB | MIT |
| 0.1.2 | 8 years ago | 15 KB | MIT |
| 0.1.1 | 8 years ago | — | MIT |
| 0.1.0 | 8 years ago | — | MIT |
Overview
chrome-trace-event is an npm package that a library to create a trace of your node app per Google's Trace Event format. It has 1 known dependents in the graph. The latest version is 1.0.4, released under the MIT license.
Who should use it
Teams working in the npm ecosystem who need a library to create a trace of your node app per Google's Trace Event format and value a focused solution.
When not to use it
Consider an alternative if you need to or if a more actively-maintained option better fits your npm stack.
Pros
- Ships TypeScript type definitions.
- Clear open-source license (MIT).
Cons
- No significant drawbacks detected from available metadata.
Auto-generated from collected registry metadata. No external claims are inferred.
Frequently asked questions
Should I use chrome-trace-event?
chrome-trace-event is usable, with caveats. Last published 833 days ago.
How do I install chrome-trace-event?
Run `npm install chrome-trace-event` to add chrome-trace-event to your npm project.
What license is chrome-trace-event released under?
chrome-trace-event is distributed under the MIT license.
How popular is chrome-trace-event?
npm does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on chrome-trace-event.
Is chrome-trace-event still maintained?
The most recent release of chrome-trace-event (v1.0.4) was published 2 years ago.
Does chrome-trace-event run install scripts?
No. chrome-trace-event does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.