Skip to content

Commit

Permalink
Updates to v0.1.1.
Browse files Browse the repository at this point in the history
Uses the async library and resolves Issue #2 when scanning too many ports.
  • Loading branch information
baalexander committed Nov 18, 2011
1 parent c81ae8d commit 19a8c1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{ "name" : "portscanner"
, "description" : "Asynchronous port scanner for Node.js"
, "keywords" : [ "portscanner", "port", "scanner", "checker", "status" ]
, "version" : "0.1.0"
, "version" : "0.1.1"
, "preferGlobal" : false
, "homepage" : "https://github.com/baalexander/node-portscanner"
, "author" : "Brandon Alexander <[email protected]> (https://github.com/baalexander)"
, "repository" :
{ "type" : "git"
, "url" : "git://github.com/baalexander/node-portscanner.git"
}
, "bugs" : { "web" : "https://github.com/baalexander/node-portscanner/issues" }
, "bugs" : { "url" : "https://github.com/baalexander/node-portscanner/issues" }
, "directories" : { "lib" : "./lib" }
, "main" : "./lib/portscanner.js"
, "dependencies" : { "async" : "0.1.15" }
Expand Down

0 comments on commit 19a8c1d

Please sign in to comment.