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

ngx-http-resilience

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-http-resilience - npm Package Compare versions

Comparing version 0.4.1 to 0.4.4

3

lib/retry/error-predicates/with-status-codes.d.ts

@@ -20,3 +20,3 @@ import { HttpStatusCode } from '@angular/common/http';

*/
export declare const STANDARD_RETRYABLE_STATUS_CODES: readonly [HttpStatusCode.RequestTimeout, HttpStatusCode.BadGateway, HttpStatusCode.ServiceUnavailable, HttpStatusCode.GatewayTimeout];
export declare const STANDARD_RETRYABLE_STATUS_CODES: HttpStatusCode[];
/**

@@ -30,2 +30,3 @@ * Match any error with a status code matching the given options.

* shouldHandleError: withStatusCodes(500),
* })
*

@@ -32,0 +33,0 @@ * @example

{
"name": "ngx-http-resilience",
"version": "0.4.1",
"version": "0.4.4",
"description": "Angular HttpInterceptors that provide resiliency capabilities ",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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