Socket
Socket
Sign inDemoInstall

pcap

Package Overview
Dependencies
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pcap - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

4

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

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