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

edgeswim-uvmon

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

edgeswim-uvmon - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

.travis.yml

10

package.json
{
"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

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