bandwidth-monitor
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -57,3 +57,3 @@ | ||
this.isCapturing = false; | ||
} | ||
@@ -89,5 +89,9 @@ | ||
}, 1000); | ||
this.isCapturing = true; | ||
} | ||
close(){ | ||
this.isCapturing = false; | ||
clearInterval(this.timer); | ||
@@ -94,0 +98,0 @@ this.cap.close(); |
{ | ||
"name": "bandwidth-monitor", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
25487
95