event-loop-stats
Advanced tools
Comparing version 1.1.0 to 1.2.0
# Changelog | ||
## 1.2.0 | ||
- Support Node.js v12 | ||
## 1.1.0 | ||
@@ -4,0 +7,0 @@ - Support Node.js v10 |
{ | ||
"name": "event-loop-stats", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Exposes stats about the libuv default loop", | ||
@@ -27,3 +27,3 @@ "main": "src/eventLoopStats.js", | ||
"dependencies": { | ||
"nan": "^2.10.0" | ||
"nan": "^2.14.0" | ||
}, | ||
@@ -30,0 +30,0 @@ "gypfile": true, |
Sorry, the diff of this file is not supported yet
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
6725
Updatednan@^2.14.0