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

poolee

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

poolee - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

3

lib/endpoint.js

@@ -119,6 +119,7 @@ var Stream = require('stream')

this.failures = 0
this.filtered = 0
}
Endpoint.prototype.setPending = function () {
this.pending = this.requestCount - (this.successes + this.failures)
this.pending = this.requestCount - (this.successes + this.failures + this.filtered)
if (this.requestCount === MAX_COUNT) {

@@ -125,0 +126,0 @@ this.resetCounters()

{
"name": "poolee",
"version": "0.4.2",
"version": "0.4.3",
"description": "HTTP pool and load balancer",

@@ -5,0 +5,0 @@ "homepage": "http://github.com/dannycoates/poolee",

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