Socket
Book a DemoInstallSign in
Socket

hide-my-name-vpn

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

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/)

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
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

proxy

FAQs

Package last updated on 11 Jul 2020

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