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

simple-socks

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-socks - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

4

history.md

@@ -0,1 +1,5 @@

# v0.2.4 - 2015/04/09
* Ensuring any errors that emit from the underlying socket are surfaced to the proxy server
# v0.2.3 - 2015/04/05

@@ -2,0 +6,0 @@

@@ -76,2 +76,7 @@ var

// Capture any unhandled errors
socket.on('error', function (err) {
self.server.emit(EVENTS.PROXY_ERROR, err);
});
/**

@@ -78,0 +83,0 @@ * +----+------+----------+------+----------+

2

package.json
{
"name": "simple-socks",
"version": "0.2.3",
"version": "0.2.4",
"description": "proxies requests ",

@@ -5,0 +5,0 @@ "main": "lib",

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