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

event-loop-stats

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

event-loop-stats - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

src/eventLoopStats.d.ts

3

CHANGELOG.md
# Changelog
## 1.4.0
- Expose TypeScript types.
## 1.3.0

@@ -4,0 +7,0 @@ - Detect synchronous blocks

11

package.json
{
"name": "event-loop-stats",
"version": "1.3.0",
"version": "1.4.0",
"description": "Exposes stats about the libuv default loop",
"main": "src/eventLoopStats.js",
"types": "src/eventLoopStats.d.ts",
"repository": {

@@ -10,3 +11,3 @@ "type": "git",

},
"author": "Ben Ripkens <bripkens@gmail.com>",
"author": "Ben Blackmore <bripkens@gmail.com>",
"license": "MIT",

@@ -22,3 +23,3 @@ "keywords": [

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

@@ -33,5 +34,7 @@ "engines": {

"devDependencies": {
"@types/node": "^17.0.10",
"chai": "4.1.2",
"mocha": "5.2.0"
"mocha": "5.2.0",
"typescript": "^4.5.4"
}
}
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