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

@sap-cloud-sdk/resilience

Package Overview
Dependencies
Maintainers
7
Versions
589
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap-cloud-sdk/resilience - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1-20230414141035.0

7

dist/circuit-breaker.d.ts

@@ -1,2 +0,1 @@

import CircuitBreaker from 'opossum';
import { MiddlewareContext, Middleware } from './middleware';

@@ -6,5 +5,9 @@ /**

* Entries are added in a lazy way.
* TODO:
* The value type here should be CircuitBreaker, but this would make the Opossum types part of our public API.
* This happens although it is marked as internal, because transpilation includes internal.
* Adding CircuitBreaker will break transpilation on generation.
* @internal
*/
export declare const circuitBreakers: Record<string, CircuitBreaker>;
export declare const circuitBreakers: Record<string, any>;
/**

@@ -11,0 +14,0 @@ * @internal

@@ -11,2 +11,6 @@ "use strict";

* Entries are added in a lazy way.
* TODO:
* The value type here should be CircuitBreaker, but this would make the Opossum types part of our public API.
* This happens although it is marked as internal, because transpilation includes internal.
* Adding CircuitBreaker will break transpilation on generation.
* @internal

@@ -13,0 +17,0 @@ */

{
"name": "@sap-cloud-sdk/resilience",
"version": "3.1.0",
"version": "3.1.1-20230414141035.0",
"description": "SAP Cloud SDK for JavaScript resilience",

@@ -41,3 +41,3 @@ "homepage": "https://sap.github.io/cloud-sdk/docs/js/overview",

"dependencies": {
"@sap-cloud-sdk/util": "^3.1.0",
"@sap-cloud-sdk/util": "^3.1.1-20230414141035.0",
"async-retry": "^1.3.3",

@@ -51,4 +51,4 @@ "axios": "^1.3.5",

"nock": "^13.3.0",
"typescript": "~5.0.3"
"typescript": "~5.0.4"
}
}

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