Comparing version 0.4.0 to 0.4.1
{ | ||
"name" : "pcap", | ||
"version" : "0.4.0", | ||
"version" : "0.4.1", | ||
"description" : "raw packet capture, decoding, and analysis", | ||
@@ -15,4 +15,4 @@ "author": "Matt Ranney <mjr@ranney.com>", | ||
"dependencies": { | ||
"socketwatcher": "~0.1.0" | ||
"socketwatcher": "~0.2.0" | ||
} | ||
} |
@@ -9,3 +9,3 @@ /*global process require exports console */ | ||
url = require('url'), | ||
SocketWatcher = require("socketwatcher"); | ||
SocketWatcher = require("socketwatcher").SocketWatcher; | ||
@@ -12,0 +12,0 @@ function Pcap() { |
301929
+ Addedsocketwatcher@0.2.0(transitive)
- Removedsocketwatcher@0.1.2(transitive)
Updatedsocketwatcher@~0.2.0