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

express-limiter

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-limiter - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

3

index.js

@@ -52,4 +52,5 @@ module.exports = function (app, db) {

if (typeof(opts.lookup) === 'function') {
var callableLookup = opts.lookup;
middleware = function (middleware, req, res, next) {
return opts.lookup(req, res, opts, function () {
return callableLookup(req, res, opts, function () {
return middleware(req, res, next)

@@ -56,0 +57,0 @@ })

{
"name": "express-limiter",
"version": "1.6.0",
"version": "1.6.1",
"description": "rate limiter middleware for express 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