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

strict-rate-limiter

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

strict-rate-limiter - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

index.js

@@ -135,4 +135,4 @@ // imports

if (retries >= 4) {
var err = new Error('Max. number retries reached');
err.name = 'MAX_RETRY';
var err = new Error('Max. number of retries reached');
err.code = 'MAX_RETRY';
return callback(err);

@@ -139,0 +139,0 @@ }

{
"name": "strict-rate-limiter",
"version": "0.1.0",
"version": "0.1.1",
"description": "Rate limiter backed by redis with strict concurrency rules for scalable applications",
"main": "index.js",
"homepage": "https://github.com/getc/strict-rate-limiter",
"scripts": {

@@ -18,3 +19,7 @@ "test": "jshint && jasmine-node spec --verbose --captureExceptions --forceexit"

"q": "^1.0.1"
},
"repository": {
"type": "git",
"url": "git://github.com/getc/strict-rate-limiter.git"
}
}
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