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

express-rate-limit

Package Overview
Dependencies
Maintainers
1
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 0.0.0-typescript-beta-5 to 0.0.0-typescript-beta-6

4

dist/express-rate-limit.d.ts

@@ -13,3 +13,3 @@ import express = require("express");

max: number | ((req: express.Request, res: express.Response) => number);
message: string;
message: any;
statusCode: number;

@@ -30,3 +30,3 @@ headers: boolean;

remaining: number;
resetTime: Date;
resetTime?: Date;
};

@@ -33,0 +33,0 @@ }

{
"name": "express-rate-limit",
"version": "0.0.0-typescript-beta-5",
"version": "0.0.0-typescript-beta-6",
"description": "Basic IP rate-limiting middleware for Express. Use to limit repeated requests to public APIs and/or endpoints such as password reset.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/nfriedly/express-rate-limit",

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