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

express-rate-limit

Package Overview
Dependencies
Maintainers
2
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-rate-limit - npm Package Compare versions

Comparing version 7.2.0 to 7.3.0

4

dist/index.d.ts

@@ -49,2 +49,6 @@ // Generated by dts-bundle-generator v8.0.1

/**
* Ensures a single store instance is not used with multiple express-rate-limit instances
*/
unsharedStore(store: Store): void;
/**
* Ensures a given key is incremented only once per request.

@@ -51,0 +55,0 @@ *

4

package.json
{
"name": "express-rate-limit",
"version": "7.2.0",
"version": "7.3.0",
"description": "Basic IP rate-limiting middleware for Express. Use to limit repeated requests to public APIs and/or endpoints such as password reset.",

@@ -90,3 +90,3 @@ "author": {

"esbuild": "0.19.5",
"express": "4.18.2",
"express": "4.19.2",
"husky": "8.0.3",

@@ -93,0 +93,0 @@ "jest": "29.7.0",

@@ -74,2 +74,11 @@ <h1 align="center"> <code>express-rate-limit</code> </h1>

<p align="center">
<a href="https://zuplo.link/express-rate-limit">
<picture width="322">
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/express-rate-limit/express-rate-limit/assets/114976/cd2f6fa7-eae1-4fbb-be7d-b17df4c6f383">
<img alt="zuplo-logo" src="https://github.com/express-rate-limit/express-rate-limit/assets/114976/66fd75fa-b39e-4a8c-8d7a-52369bf244dc" width="322">
</picture>
</a>
</p>
---

@@ -94,3 +103,3 @@

and
[open an issue](https://github.com/nfriexpress-rate-limitedly/express-rate-limit/issues/new)!
[open an issue](https://github.com/express-rate-limit/express-rate-limit/issues/new)!
If you need help with something, feel free to

@@ -97,0 +106,0 @@ [start a discussion](https://github.com/express-rate-limit/express-rate-limit/discussions/new)!

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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