edgeswim-uvmon
Advanced tools
Comparing version 0.2.3 to 0.2.4
{ | ||
"name": "edgeswim-uvmon", | ||
"version": "0.2.3", | ||
"author": "Nodefly <support@nodefly.com>", | ||
"homepage": "http://www.nodefly.com", | ||
"version": "0.2.4", | ||
"author": "Nathan Lawrence <ch@osga.me>", | ||
"main": "index.js", | ||
"repository": "https://github.com/chaosgame/edgeswim-uvmon", | ||
"dependencies": { | ||
"nan": "^2.0.5" | ||
"nan": "2.0.9" | ||
}, | ||
"devDependencies": { | ||
"nodeunit": "0.9.1" | ||
"nodeunit": "0.9.1", | ||
"segfault-handler": "0.2.5" | ||
}, | ||
@@ -14,0 +14,0 @@ "scripts": { |
# edgeswim-uvmon # | ||
Native plugin monitoring the libuv event loop. Used as part of strong-agent. | ||
[![NPM](https://nodei.co/npm/edgeswim-uvmon.png?mini=true)](https://nodei.co/npm/edgeswim-uvmon/) | ||
[![Build Status](https://api.travis-ci.org/chaosgame/edgeswim-uvmon.svg?branch=master)](http://travis-ci.org/chaosgame/edgeswim-uvmon) | ||
Check builderror.log after install if the module isn't working correctly. | ||
Native plugin monitoring the libuv event loop. | ||
Works on node 0.8.x and up. |
@@ -6,2 +6,4 @@ | ||
require('segfault-handler').registerHandler() | ||
var nodeunit = require('nodeunit') | ||
@@ -59,3 +61,3 @@ var uvmon = require('../index.js') | ||
*/ | ||
setImmediate(function () { | ||
setTimeout(function () { | ||
uvmon.stopProfiling() | ||
@@ -69,3 +71,3 @@ | ||
test.done() | ||
}) | ||
}, 10) | ||
} |
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
No website
QualityPackage does not have a website.
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
19937
14
88
2
2
+ Addednan@2.0.9(transitive)
- Removednan@2.22.0(transitive)
Updatednan@2.0.9