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.4 to 0.4.5

1

lib/pool.js

@@ -134,2 +134,3 @@ module.exports = function (inherits, EventEmitter, Endpoint, RequestSet) {

options.success = !err
options.reused = (res.socket._requestCount || 1) > 1
self.emit('timing', Date.now() - started, options)

@@ -136,0 +137,0 @@ callback(err, res, body)

2

package.json
{
"name": "poolee",
"version": "0.4.4",
"version": "0.4.5",
"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