New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

yourwebshield

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yourwebshield

A middleware package for blocking risky IPs based on risk score.

latest
Source
npmnpm
Version
1.2.1
Version published
Maintainers
0
Created
Source

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

Keywords

ip

FAQs

Package last updated on 05 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts