socketwatcher
Advanced tools
Comparing version 0.2.0 to 0.3.0
{ | ||
"name": "socketwatcher", | ||
"version": "0.2.0", | ||
"main": "./build/Release/socketwatcher.node", | ||
"description": "Binding for uv_poll and replacement for IOWatcher", | ||
"keywords": ["IOWatcher", "uv_poll", "uv_poll_t", "file descriptor", "fd"], | ||
"homepage": "https://github.com/btrask/node-socketwatcher/", | ||
"bugs": { | ||
"url": "https://github.com/btrask/node-socketwatcher/issues", | ||
"email": "bentrastk@comcast.net" | ||
}, | ||
"license": "MIT", | ||
"contributors": [ | ||
"Toby Ealden <toby.ealden@gmail.com>", | ||
"Ben Trask <bentrask@comcast.net>" | ||
], | ||
"maintainers": [ | ||
"Ben Trask <bentrask@comcast.net>" | ||
], | ||
"engines": { | ||
"node": ">0.7.9" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/btrask/node-socketwatcher.git" | ||
}, | ||
"gypfile": true | ||
"name": "socketwatcher", | ||
"version": "0.3.0", | ||
"main": "./build/Release/socketwatcher.node", | ||
"description": "Binding for uv_poll and replacement for IOWatcher", | ||
"scripts": { | ||
"test": "true" | ||
}, | ||
"keywords": [ | ||
"IOWatcher", | ||
"uv_poll", | ||
"uv_poll_t", | ||
"file descriptor", | ||
"fd" | ||
], | ||
"homepage": "https://github.com/btrask/node-socketwatcher/", | ||
"bugs": { | ||
"url": "https://github.com/btrask/node-socketwatcher/issues", | ||
"email": "bentrastk@comcast.net" | ||
}, | ||
"license": "MIT", | ||
"contributors": [ | ||
"Toby Ealden <toby.ealden@gmail.com>", | ||
"Ben Trask <bentrask@comcast.net>" | ||
], | ||
"maintainers": [ | ||
"Ben Trask <bentrask@comcast.net>" | ||
], | ||
"engines": { | ||
"node": ">=4" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/btrask/node-socketwatcher.git" | ||
}, | ||
"gypfile": true, | ||
"dependencies": { | ||
"nan": "^2.0.9" | ||
} | ||
} |
@@ -17,3 +17,3 @@ #SocketWatcher | ||
```javascript | ||
var SocketWatcher = require("socketwatcher"); | ||
var SocketWatcher = require("socketwatcher").SocketWatcher; | ||
var watcher = new SocketWatcher(); | ||
@@ -26,2 +26,4 @@ watcher.callback = function() { [...] }; | ||
Note: since version 0.2.0, you must use `require("socketwatcher").SocketWatcher`, instead of using the module object directly. Sorry for the inconvenience. | ||
##Original work | ||
@@ -28,0 +30,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
9
37
8546
1
3
+ Addednan@^2.0.9
+ Addednan@2.22.0(transitive)