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.23.2 to 0.23.3

4

lib/RateLimiterPostgres.js

@@ -123,3 +123,5 @@ const RateLimiterStoreAbstract = require('./RateLimiterStoreAbstract');

return new Promise((resolve, reject) => {
this._query(this._getCreateTableStmt())
this._query({
text: this._getCreateTableStmt(),
})
.then(() => {

@@ -126,0 +128,0 @@ resolve();

{
"name": "rate-limiter-flexible",
"version": "0.23.2",
"version": "0.23.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