Socket
Socket
Sign inDemoInstall

event-loop-stats

Package Overview
Dependencies
13
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.0 to 1.4.1

.github/workflows/verify.yml

3

CHANGELOG.md
# Changelog
## 1.4.1
- Fix issues caused by `uv_hrtime()` returning a value that is greater than the max possible `uint32` value.
## 1.4.0

@@ -4,0 +7,0 @@ - Expose TypeScript types.

4

package.json
{
"name": "event-loop-stats",
"version": "1.4.0",
"version": "1.4.1",
"description": "Exposes stats about the libuv default loop",

@@ -22,3 +22,3 @@ "main": "src/eventLoopStats.js",

"rebuild": "node-gyp rebuild",
"test": "mocha && tsc --noEmit --strict --esModuleInterop --module=commonjs test/types.ts"
"test": "mocha && tsc --noEmit --strict --esModuleInterop --module commonjs test/types.ts"
},

@@ -25,0 +25,0 @@ "engines": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc