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

@brigade/pooled-thrift-client

Package Overview
Dependencies
Maintainers
5
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brigade/pooled-thrift-client - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

dist/errors.js

3

dist/index.js

@@ -224,2 +224,3 @@ 'use strict';

connection.alive = false;
pool.release(connection);
reject(new ConnectionTimeoutError());

@@ -229,2 +230,3 @@ };

connection.alive = false;
pool.release(connection);
reject(new ConnectionClosedError());

@@ -234,2 +236,3 @@ };

connection.alive = false;
pool.release(connection);
reject(error);

@@ -236,0 +239,0 @@ };

2

package.json
{
"name": "@brigade/pooled-thrift-client",
"version": "1.0.2",
"version": "1.0.3",
"description": "A Thrift client utilising a pool of service connections and improved error handling/recovery",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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