event-loop-stats
Advanced tools
Comparing version 1.3.0 to 1.4.0
# Changelog | ||
## 1.4.0 | ||
- Expose TypeScript types. | ||
## 1.3.0 | ||
@@ -4,0 +7,0 @@ - Detect synchronous blocks |
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11130
13
117
4