1.2.0 • Published 10 months ago

yourwebshield v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

IP Blocker Middleware

yourwebshield is a Node.js middleware package designed for Express.js applications. It blocks incoming requests from IP addresses that are considered risky based on an external risk assessment API. If an IP address has a risk score above a configurable threshold, the middleware responds with a 403 Forbidden status code.

Features

  • Automatic IP Blocking: Automatically blocks requests from IPs that exceed a specified risk threshold.
  • Configurable Rate Limiting: Limits the number of requests an IP can make within a certain time window.
  • Seamless Integration: Easily integrate the middleware into any Express.js application.

Changes

See Changelog for details

Installation

Install the package via npm:

npm i yourwebshield
1.2.0

10 months ago

1.1.4

10 months ago

1.1.3

10 months ago

1.1.2

10 months ago

1.1.1

10 months ago

1.1.0

10 months ago

1.0.1

11 months ago

1.0.0

11 months ago