1.2.0 • Published 1 year ago

yourwebshield v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago