Socket
Socket
Sign inDemoInstall

static-vpn-check

Package Overview
Dependencies
2
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    static-vpn-check

A library for checking whether a given IP is part of a public VPN


Version published
Weekly downloads
1
decreased by-66.67%
Maintainers
1
Install size
696 kB
Created
Weekly downloads
 

Readme

Source

Static VPN Check

This module provides a way to check whether an IP is part of a public VPN service. The module uses this list of known VPN ips to do the look up: https://github.com/ejrv/VPNs

Installation $ npm install static-vpn-check

Usage

const t = require('static-vpn-check')
let i = '45.61.69.205'
console.log(t.checkIp(i)) //Returns true

FAQs

Last updated on 02 Aug 2022

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc