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

multitor

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multitor

Multiple Tor instances

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

multitor

Node make Multiple Tor instances

How to use:

var multitor = require('multitor');

multitor.start(5, function (error, instance, socks_port, control_port) {
        if (error)  {
                console.log(error);
        } else {
                console.log("Instance " + instance + " > Socks port: " + socks_port + "; Control port: " + control_port);
        }
});

How to install:

npm install multitor

Keywords

multi-tor

FAQs

Package last updated on 14 Aug 2015

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