Socket
Socket
Sign inDemoInstall

socksjs

Package Overview
Dependencies
2
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.0 to 0.4.1

2

package.json
{
"name": "socksjs",
"version": "0.4.0",
"version": "0.4.1",
"description": "A SOCKS (v5) client library for node.js",

@@ -5,0 +5,0 @@ "keywords": ["SOCKS", "SOCKS5", "SOCKS client", "client"],

@@ -206,3 +206,3 @@ var stream = require('stream'),

case 3:
getData(that.socksSocket, 18, function (data2) {
getData(that.socksSocket, 1, function (data2) {
var length = data2.readUInt8(0);

@@ -218,3 +218,3 @@ getData(that.socksSocket, length + 2, function (data3) {

case 4:
getData(that.socksSocket, 1, function (data2) {
getData(that.socksSocket, 18, function (data2) {
var addr = '', port, i;

@@ -221,0 +221,0 @@ for (i = 0; i < 16; i++) {

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