Socket
Socket
Sign inDemoInstall

hide-my-name-vpn

Package Overview
Dependencies
73
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    hide-my-name-vpn

[![NPM](https://nodei.co/npm/hide-my-name-vpn.png)](https://nodei.co/npm/hide-my-name-vpn/)


Version published
Weekly downloads
9
decreased by-30.77%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

NPM

HideMyNameVPN

This package will give list of free proxy servers.

Please refer API Documentation here.

See the Examples here

Installation

Install using 'npm'

npm i hide-my-name-vpn

Install using 'yarn'

yarn add hide-my-name-vpn

Usage

import HideMyNameVPN from "hide-my-name-vpn";

const hideMyName = new HideMyNameVPN();

(async () => {
  const proxy = await hideMyName.getRandomProxy({
    maxDelay: 1000,
  });

  console.log(proxy);
})();

Keywords

FAQs

Last updated on 11 Jul 2020

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