Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

proxy.stream

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

proxy.stream - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

0

example.js

@@ -0,0 +0,0 @@ // Author : Lijian Qiu

@@ -0,0 +0,0 @@ // Author : Lijian Qiu

2

lib/connector.js

@@ -10,3 +10,3 @@ // Author : Lijian Qiu

var IP = require('./IP').IP;
var IP = require('./ip').IP;
var HttpParser = require('./http_parser').HttpParser;

@@ -13,0 +13,0 @@

@@ -0,0 +0,0 @@ // Author : Lijian Qiu

@@ -0,0 +0,0 @@ // Author : Lijian Qiu

@@ -0,0 +0,0 @@ // Author : Lijian Qiu

{
"name": "proxy.stream",
"description": "It's a nodejs proxy, implemented steam interface, supports socks4, socks4a, socks5 and http.",
"version": "0.1.1",
"version": "0.1.2",
"author": "Lijian Qiu",

@@ -6,0 +6,0 @@ "keywords": ["proxy", "http", "socks4", "socks5", "stream"],

@@ -41,4 +41,8 @@ proxy.stream

###Example 3: qproxy
Proxy based on WebSocket. [Source](https://github.com/loye/node.qproxy)
###More
This is a stream, it can be used simply in multiple scenarios.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc