event-loop-lag
Advanced tools
Comparing version 1.3.0 to 1.4.0
@@ -0,1 +1,9 @@ | ||
1.4.0 / 2018-06-25 | ||
================== | ||
* Update mocha to 5.2.0, istanbul-harmony to istanbul 0.4.5 | ||
* chore: Test on latest node versions #12 from [danez](https://github.com/danez) | ||
* chore: Update debug to 3.1.0 #11 from [danez](https://github.com/danez) | ||
1.3.0 / 2017-06-27 | ||
@@ -2,0 +10,0 @@ ================== |
{ | ||
"name": "event-loop-lag", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "Measure event loop lag", | ||
@@ -16,8 +16,8 @@ "main": "event-loop-lag.js", | ||
"dependencies": { | ||
"debug": "^2.6.8" | ||
"debug": "^3.1.0" | ||
}, | ||
"devDependencies": { | ||
"mocha": "^1.21.4", | ||
"istanbul-harmony": "^0.3.0" | ||
"mocha": "^5.2.0", | ||
"istanbul": "^0.4.5" | ||
} | ||
} |
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
7837
10
+ Addeddebug@3.2.7(transitive)
+ Addedms@2.1.3(transitive)
- Removeddebug@2.6.9(transitive)
- Removedms@2.0.0(transitive)
Updateddebug@^3.1.0