node-express-rate-limit 8.5.2-1
Package Information
| Description | basic rate-limiting middleware for node-express node-express-rate-limit is a middleware for the Express web framework that limits the number of requests a client may issue within a configurable time window. It is typically used to protect public APIs and sensitive endpoints (such as login or password-reset routes) against brute-force attacks and abuse. Requests beyond the limit receive an HTTP 429 "Too Many Requests" response, and standardised RateLimit headers are sent to inform clients of their quota. The middleware ships an in-memory store and can be extended with external stores (Redis, Memcached, ...) for use across multiple server instances. |
|---|---|
| Maintainer | Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org> |
| Changed By | Xavier Guimard <yadd@debian.org> |
| Sponsor | yadd@debian.org |
| Distribution | experimental |
| Architecture | all |
| VCS | git: https://salsa.debian.org/js-team/node-express-rate-limit.git (browse) |
| Closes | #1140407 |
| Tracker | https://tracker.debian.org/pkg/node-express-rate-limit |
| Uploaded | 4 hours ago |
New Package Report
.changes
| Version | 8.5.2-1 |
|---|---|
| Changed-By | Xavier Guimard |
| Architecture | source all |
| Distribution | experimental |
| Date | Fri, 19 Jun 2026 21:16:48 +0200 |
| Source | node-express-rate-limit |
Changelog
node-express-rate-limit (8.5.2-1) experimental; urgency=medium . * Initial release (Closes: #1140407)
.dsc
| Package-List | node-express-rate-limit deb javascript optional arch=all |
|---|---|
| Section | javascript |
| Priority | optional |
| Component | main |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: express-rate-limit Upstream-Contact: https://github.com/express-rate-limit/express-rate-limit/issues Source: https://github.com/express-rate-limit/express-rate-limit Files: * Copyright: 2023 Nathan Friedly, Vedant K License: Expat Files: debian/* Copyright: 2026 Xavier Guimard <yadd@debian.org> License: Expat License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.