bandwidth-monitor
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -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 @@ |
{ | ||
"name": "bandwidth-monitor", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "bandwidth-monitor", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
3889
102