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

cap

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cap - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

4

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

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