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

nice-grpc-client-middleware-retry

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nice-grpc-client-middleware-retry - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

4

lib/index.js

@@ -34,3 +34,3 @@ "use strict";

catch (error) {
abort_controller_x_1.rethrowAbortError(error);
(0, abort_controller_x_1.rethrowAbortError)(error);
if (attempt >= retryMaxAttempts ||

@@ -45,3 +45,3 @@ !(error instanceof nice_grpc_common_1.ClientError) ||

onRetryableError === null || onRetryableError === void 0 ? void 0 : onRetryableError(error, attempt, delayMs);
await abort_controller_x_1.delay(signal, delayMs);
await (0, abort_controller_x_1.delay)(signal, delayMs);
}

@@ -48,0 +48,0 @@ }

{
"name": "nice-grpc-client-middleware-retry",
"version": "1.0.2",
"version": "1.0.3",
"description": "Retry client middleware for nice-grpc",

@@ -28,3 +28,3 @@ "repository": "deeplay-io/nice-grpc",

"jest-mock-random": "^1.1.1",
"nice-grpc": "^1.0.5",
"nice-grpc": "^1.0.6",
"ts-proto": "^1.97.0"

@@ -37,3 +37,3 @@ },

},
"gitHead": "5d08d062313f513648d2632af85d77607513637c"
"gitHead": "c1a525d031cd5f2f4498b92c9756970eff760b16"
}

Sorry, the diff of this file is not supported yet

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