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 6.8.0 to 6.8.1

19

changelog.md

@@ -9,7 +9,18 @@ # Changelog

## [6.8.0](https://github.com/express-rate-limit/express-rate-limit/releases/tag/v6.8.0)
## [6.8.1](https://github.com/express-rate-limit/express-rate-limit/releases/tag/v6.8.0) & [6.7.2](https://github.com/express-rate-limit/express-rate-limit/releases/tag/v6.8.0)
### Changed
- Added a set of validation checks to execute on the first request. (See
- Revert 6.7.1 change that bumped typescript from 5.x to 4.x and
dts-bundle-generator from 8.x to 7.x (See
[#360](https://github.com/express-rate-limit/express-rate-limit/issues/360))
## [6.8.0](https://github.com/express-rate-limit/express-rate-limit/releases/tag/v6.8.0)
### Added
- Added a set of validation checks that will log an error if failed. See
https://github.com/express-rate-limit/express-rate-limit/wiki/Error-Codes for
a list of potential errors. Can be disabled by setting `validate: false` in
the configuration. Automatically disables after the first request. (See
[#358](https://github.com/express-rate-limit/express-rate-limit/issues/358))

@@ -27,3 +38,5 @@

- Bumped development dependencies.
- Bumped development dependencies
- This initially include bumping typescript from 4.x to 5.x and
dts-bundle-generator from 7.x to 8.x
- Added `node` 20 to list of versions the CI jobs run on.

@@ -30,0 +43,0 @@

2

dist/index.d.ts

@@ -1,2 +0,2 @@

// Generated by dts-bundle-generator v8.0.1
// Generated by dts-bundle-generator v7.0.0

@@ -3,0 +3,0 @@ import { NextFunction, Request, RequestHandler, Response } from 'express';

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

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

"del-cli": "5.0.0",
"dts-bundle-generator": "8.0.1",
"dts-bundle-generator": "7.0.0",
"esbuild": "0.18.11",

@@ -97,3 +97,3 @@ "express": "4.18.2",

"ts-node": "10.9.1",
"typescript": "5.1.6",
"typescript": "4.9.5",
"xo": "0.54.2"

@@ -100,0 +100,0 @@ },

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