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

loadfire

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loadfire - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

10

lib/groupbalancer.js

@@ -99,6 +99,9 @@ // Requires

proxy.on('proxyError', function(err, req, res) {
proxy.once('proxyError', function(err, req, res) {
ulog('PROXY ERROR on ', backend.host+req.url);
ulog(err);
ulog(err.stack);
// Make the proxy handle termination
proxy.emit('proxyError', err, req, res);
});

@@ -149,6 +152,9 @@

proxy.on('webSocketProxyError', function(err, req, socket) {
proxy.once('webSocketProxyError', function(err, req, socket) {
ulog('WS PROXY ERROR on ', backend.host+req.url);
ulog(err);
ulog(err.stack);
// Make the proxy handle termination for now
proxy.emit('webSocketProxyError', err, req, socket);
});

@@ -155,0 +161,0 @@

2

package.json
{
"name" : "loadfire",
"version" : "1.3.1",
"version" : "1.3.2",
"description" : "A clean and simple load balancer",

@@ -5,0 +5,0 @@ "keywords": [

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