New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rolling-rate-limiter

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rolling-rate-limiter - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

index.js

@@ -107,3 +107,3 @@ var assert = require("assert");

delete storage[id];
}, 1000*interval); // convert to miliseconds for javascript timeout
}, interval/1000); // convert to miliseconds for javascript timeout

@@ -110,0 +110,0 @@ if (cb) {

{
"name": "rolling-rate-limiter",
"version": "0.1.2",
"version": "0.1.3",
"description": "Rate limiter that supports a rolling window, either in-memory or backed by redis",

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

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