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

socks

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

socks - npm Package Compare versions

Comparing version 2.1.3 to 2.1.4

4

build/client/socksclient.js

@@ -17,3 +17,3 @@ "use strict";

const helpers_1 = require("../common/helpers");
const receiveBuffer_1 = require("../common/receiveBuffer");
const receivebuffer_1 = require("../common/receivebuffer");
const util_1 = require("../common/util");

@@ -220,3 +220,3 @@ class SocksClient extends events_1.EventEmitter {

this.state = constants_1.SocksClientState.Connecting;
this._receiveBuffer = new receiveBuffer_1.ReceiveBuffer();
this._receiveBuffer = new receivebuffer_1.ReceiveBuffer();
if (existing_socket) {

@@ -223,0 +223,0 @@ this._socket.emit('connect');

@@ -42,2 +42,2 @@ "use strict";

exports.ReceiveBuffer = ReceiveBuffer;
//# sourceMappingURL=receiveBuffer.js.map
//# sourceMappingURL=receivebuffer.js.map
{
"name": "socks",
"private": false,
"version": "2.1.3",
"version": "2.1.4",
"description": "Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality.",

@@ -6,0 +6,0 @@ "main": "build/index.js",

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