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

rate-limiter-flexible

Package Overview
Dependencies
Maintainers
1
Versions
164
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rate-limiter-flexible - npm Package Compare versions

Comparing version 0.19.2 to 0.19.3

8

lib/RateLimiterMongo.js

@@ -104,5 +104,7 @@ const RateLimiterStoreAbstract = require('./RateLimiterStoreAbstract');

upsertData = {
key,
points,
expire: new Date(Date.now() + msDuration),
$set: {
key,
points,
expire: new Date(Date.now() + msDuration),
},
};

@@ -109,0 +111,0 @@ } else {

{
"name": "rate-limiter-flexible",
"version": "0.19.2",
"version": "0.19.3",
"description": "Flexible API rate limiter backed by Redis for distributed node.js applications",

@@ -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