Comparing version 0.0.1 to 0.0.2
{ "name": "cap", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"author": "Brian White <mscdex@mscdex.net>", | ||
"description": "A binding for performing packet capturing with node.js", | ||
"description": "A cross-platform binding for performing packet capturing with node.js", | ||
"main": "./lib/Cap", | ||
@@ -6,0 +6,0 @@ "engines": { "node": ">=0.8.0" }, |
@@ -5,3 +5,3 @@ | ||
A binding for performing packet capturing with [node.js](http://nodejs.org/). | ||
A cross-platform binding for performing packet capturing with [node.js](http://nodejs.org/). | ||
@@ -98,3 +98,3 @@ This binding is tested on Windows and Linux. | ||
* **findDevice**(< _string_ >ip) - _mixed_ - Returns the (first) device name associated with `ip`, or undefined if not found. | ||
* **findDevice**([< _string_ >ip]) - _mixed_ - If `ip` is given, the (first) device name associated with `ip`, or undefined if not found, is returned. Otherwise the device name of the first non-loopback device is returned. | ||
@@ -101,0 +101,0 @@ * **deviceList**() - _array_ - Returns a list of available devices and related information. |
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
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
265584