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

node-tcpproxy

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

node-tcpproxy

a tiny tcp proxy

latest
Source
npmnpm
Version
0.0.2
Version published
Weekly downloads
13
1200%
Maintainers
1
Weekly downloads
 
Created
Source

tcpproxy

A tiny TCP proxy

Install

npm install node-tcpproxy

Usage

const TcpProxy = require('node-tcpproxy');

let proxy = new TcpProxy({
    port: 1717,
    target: {
        port: 80,
        host: '192.168.1.11'
    }
});

Keywords

proxy

FAQs

Package last updated on 02 Nov 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