Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

perf-deets

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

perf-deets - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

2

package.json
{
"name": "perf-deets",
"version": "1.0.9",
"version": "1.0.10",
"main": "./perf.js",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -93,3 +93,11 @@ let buffer = 40000;

break;
// In the case of nested workers, we want to propagate these
// events up to the main thread. Note that this assumes the perf
// library is loaded throughout the whole worker tree. If one of
// the child workers doesn't load, this listener won't run and
// data will be lost
case '__perf-deets:clear-perf':
case '__perf-deets:log-perf':
self.postMessage(e.data);
}
});
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