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

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.1.7 to 0.1.8

2

package.json
{
"name" : "leaky-bucket"
, "description" : "A fast and efficient leaky bucket implementation"
, "version" : "0.1.7"
, "version" : "0.1.8"
, "homepage" : "https://github.com/eventEmitter/leaky-bucket"

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

@@ -45,3 +45,3 @@ # leaky-bucket

The cost parameter can be used to let items cost more than other. The cost of one item defaults to 1. If you execvute an item with the cost of 2 it will use 2 slots instead of one.
The cost parameter can be used to let items cost more than other. The cost of one item defaults to 1. If you execute an item with the cost of 2 it will use 2 slots instead of one.

@@ -65,3 +65,3 @@

You may start your app using the debug-leaky-bucket flag, this will enable logging of the module
You may start your app using the debug-leaky-bucket flag, this will enable logging for the module

@@ -68,0 +68,0 @@ node . --debug-leaky-bucket

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