New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@limesquid/express-putin

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@limesquid/express-putin

Express middleware to reject requests from all Russian IPs

0.0.4
unpublished
latest
Source
npm
Version published
Weekly downloads
0
Maintainers
2
Weekly downloads
 
Created
Source

express-putin

Express middleware to reject requests from all Russian IPs.

Version License Node version Dependencies Build

Table of contents:

  • Usage
  • FAQ

Usage

Basic

import express from 'express';
import putin from 'express-putin';

const app = express();

app.use(putin());

Customize response body and/or status code

import express from 'express';
import putin from 'express-putin';

const HTTP_I_AM_A_TEAPOT = 418;

const app = express();

app.use(putin({
  body: 'Russia, please stop the war!',
  status: HTTP_I_AM_A_TEAPOT,
}));

FAQ

Why did you name a package after a war criminal?

So that people never forget who is responsible for all this.

And because it's way more catchy than express-stop-russian-invasion-on-ukraine.

Keywords

express

FAQs

Package last updated on 06 Mar 2022

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