New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

socks5server

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

socks5server - npm Package Compare versions

Comparing version 4.2.2 to 4.2.3

2

package.json
{
"name": "socks5server",
"version": "4.2.2",
"version": "4.2.3",
"description": "A simple SOCKS 5/4/4a implementation and demo proxy",

@@ -5,0 +5,0 @@ "author": "luojia <luojia@luojia.me>",

@@ -535,3 +535,3 @@ 'use strict'

this.emit('remoteMessage',packet);
this.reply(info.address,info.port,packet.msg,err=>{
this.reply(info.address,info.port,packet.data,err=>{
if(err)this.emit('proxy_error',relaySocket,'to client',err);

@@ -538,0 +538,0 @@ });

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