Socket
Socket
Sign inDemoInstall

rate-limit-redis

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rate-limit-redis - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

lib/redis-store.js

@@ -25,3 +25,3 @@ 'use strict';

// then expire it
options.client.expire(rdskey);
options.client.expire(rdskey, options.expiry);
}

@@ -28,0 +28,0 @@

{
"name": "rate-limit-redis",
"version": "1.0.1",
"version": "1.0.2",
"description": "Provides a Redis store for the express-rate-limit RateLimit middleware.",

@@ -5,0 +5,0 @@ "main": "lib/redis-store.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