New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.1 to 1.0.2

4

example.js
const BandwidthMonitor = require('.');
const b = new BandwidthMonitor();
const b = new BandwidthMonitor({disableIPv6:true,interfaces:[
'en0'
]});
console.log(Object.keys(b.monitors));

@@ -4,0 +6,0 @@ setInterval(() => {

@@ -41,3 +41,3 @@

this.devices.forEach((device) => {
console.log(device);
// console.log(device);
this.monitors[device.name] = new DeviceMonitor(device);

@@ -44,0 +44,0 @@ });

{
"name": "bandwidth-monitor",
"version": "1.0.1",
"version": "1.0.2",
"description": "",

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

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