New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

perftrace

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

perftrace - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

8

package.json
{
"name": "perftrace",
"version": "1.2.0",
"version": "1.2.1",
"description": "Record PerformanceEntry objects from Node.js and the Web in the Trace Event Format, so that it can be visualized on https://ui.perfetto.dev.",

@@ -10,7 +10,5 @@ "repository": {

"homepage": "https://github.com/RaisinTen/perftrace?tab=readme-ov-file#perftrace",
"main": "index.mjs",
"type": "module",
"exports": {
"import": "index.mjs",
"require": "index.cjs"
"import": "./index.mjs",
"require": "./index.cjs"
},

@@ -17,0 +15,0 @@ "scripts": {

@@ -9,2 +9,6 @@ # perftrace

![](./docs/examples/client-side-use-on-web-browser/perftrace-web.gif)
The code for this example is available [here](docs/examples/client-side-use-on-web-browser).
Check out <a href="https://dev.to/raisinten/visualize-performance-issues-in-your-javascript-application-4cnc">the blog <img src="https://avatars2.githubusercontent.com/u/13521919?s=200&v=4" width="25px"></a>!

@@ -11,0 +15,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc