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.6.0 to 2.6.1

2

build/client/socksclient.js

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

this.removeInternalSocketHandlers();
this.emit('established', { socket: this.socket });
this.emit('established', { remoteHost, socket: this.socket });
}

@@ -696,0 +696,0 @@ else if (constants_1.SocksCommand[this.options.command] === constants_1.SocksCommand.bind) {

{
"name": "socks",
"private": false,
"version": "2.6.0",
"version": "2.6.1",
"description": "Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality.",

@@ -37,4 +37,4 @@ "main": "build/index.js",

"@types/ip": "1.1.0",
"@types/mocha": "^8.2.1",
"@types/node": "^14.14.35",
"@types/mocha": "^8.2.2",
"@types/node": "^14.14.41",
"coveralls": "3.1.0",

@@ -48,3 +48,3 @@ "mocha": "^8.3.2",

"tslint-config-airbnb": "^5.11.2",
"typescript": "^4.2.3"
"typescript": "^4.2.4"
},

@@ -51,0 +51,0 @@ "dependencies": {

@@ -412,3 +412,3 @@ # socks [![Build Status](https://travis-ci.org/JoshGlazebrook/socks.svg?branch=master)](https://travis-ci.org/JoshGlazebrook/socks) [![Coverage Status](https://coveralls.io/repos/github/JoshGlazebrook/socks/badge.svg?branch=master)](https://coveralls.io/github/JoshGlazebrook/socks?branch=v2)

| SOCKS v4a | ✅ | ❌ | ✅ | ❌ | ✅ |
| SOCKS v5 (includes 5hh) | ✅ | ✅ | ✅ | ✅ | ✅ |
| SOCKS v5 (includes v5h) | ✅ | ✅ | ✅ | ✅ | ✅ |

@@ -415,0 +415,0 @@ ### new SocksClient(options)

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