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

express-tasix

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-tasix

Node.js Express middleware for Tas-IX network

latest
Source
npmnpm
Version
0.2.1
Version published
Maintainers
1
Created
Source

express-tasix

Node.js Express middleware for Tas-IX network

What is Tas-IX?

Data exchange network in Uzbekistan, where many domestic ISP providers give access to resources within the network to their subscribers for free.

What is express-tasix?

express-tasix is a simple NodeJS/ExpressJS middleware which detects ip adresses/ranges of coming HTTP requests in middleware layer.

Installation

$ npm install express-tasix --save

Example

...
var tasix_middleware = require('express-tasix');
...
app.use(tasix_middleware);
...

Disclaimer

Network range is being fetched manually from http://tasix.sarkor.uz/full, meaning correctness is based on 3rd party ISP provider which releases network information periodically.

License

BSD

Keywords

uzbekistan

FAQs

Package last updated on 18 Oct 2016

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