Socket
Socket
Sign inDemoInstall

leaky-bucket

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

leaky-bucket - npm Package Compare versions

Comparing version 0.2.6 to 0.2.7

2

lib/LeakyBucket.js

@@ -276,3 +276,3 @@ !function() {

else {
if (debug) log.debug('[%s] Adding item with a cost of %s item(s) to the queue ...', this.logId, cost);
if (debug) log.debug('[%s] Adding item with a cost of %s item(s) to the queue, waitTime is %s, max waiting time is %s ...', this.logId, cost, waitTime, this.maxWaitingTime);

@@ -279,0 +279,0 @@ // add to queue, to the beginning if

{
"name" : "leaky-bucket"
, "description" : "A fast and efficient leaky bucket implementation"
, "version" : "0.2.6"
, "version" : "0.2.7"
, "homepage" : "https://github.com/eventEmitter/leaky-bucket"

@@ -6,0 +6,0 @@ , "author" : "Michael van der Weg <michael@joinbox.com> (http://joinbox.com/)"

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