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 3.0.1 to 3.0.2

7

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

@@ -8,8 +8,9 @@ "author": [

"Tom Zhou <iwebpp@gmail.com>",
"Tgohanwotabe <gohanwotabe@gmail.com>"
"gohanwotabe <gohanwotabe@gmail.com>"
],
"repository": {
"type": "git",
"url": "git@github.com:dangoco/socks5-server.git"
"url": "git@github.com:dangoco/socks5server.git"
},
"license": "MIT",
"keywords": [

@@ -16,0 +17,0 @@ "socks",

@@ -32,2 +32,7 @@

proxy.on('error',e=>{
console.error('connection error:',e);
server.emit('connection_error',e);
});
socket.on('error',e=>{
console.error('proxy error:',e);
server.emit('proxy_error',e);

@@ -34,0 +39,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