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

bandwidth-monitor

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bandwidth-monitor - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

5

index.js

@@ -19,2 +19,7 @@ const Cap = require('cap').Cap;

class BandwidthMonitor {
static getInterfaces(useIPv6=false){
return Cap.deviceList().filter((d) => checkAddresses(d)).map((d)=> d.name);
}
constructor(options = {disableIPv6: true, ignoreLAN: false}) {

@@ -21,0 +26,0 @@

2

package.json
{
"name": "bandwidth-monitor",
"version": "1.0.9",
"version": "1.0.10",
"description": "bandwidth-monitor",

@@ -5,0 +5,0 @@ "main": "index.js",

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