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
0
Versions
583
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.18.2-20240820013943.0 to 3.18.2-20240821013909.0

4

dist/circuit-breaker.js

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.circuitBreakerHttp = exports.circuitBreaker = exports.circuitBreakerDefaultOptions = exports.circuitBreakers = void 0;
exports.circuitBreakerHttp = exports.circuitBreakerDefaultOptions = exports.circuitBreakers = void 0;
exports.circuitBreaker = circuitBreaker;
const opossum_1 = __importDefault(require("opossum"));

@@ -42,3 +43,2 @@ /**

}
exports.circuitBreaker = circuitBreaker;
/**

@@ -45,0 +45,0 @@ * @deprecated Since v3.0.1. Use `{@link circuitBreaker}` instead.

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.executeWithMiddleware = void 0;
exports.executeWithMiddleware = executeWithMiddleware;
/**

@@ -20,3 +20,2 @@ * Helper function to join a list of middlewares given an initial input.

}
exports.executeWithMiddleware = executeWithMiddleware;
/**

@@ -23,0 +22,0 @@ * This functions adds the middlewares to the initial functions.

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.resilience = void 0;
exports.resilience = resilience;
const timeout_1 = require("./timeout");

@@ -39,3 +39,2 @@ const retry_1 = require("./retry");

}
exports.resilience = resilience;
//# sourceMappingURL=resilience.js.map

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.retry = void 0;
exports.retry = retry;
const util_1 = require("@sap-cloud-sdk/util");

@@ -65,3 +65,2 @@ const asyncRetry = __importStar(require("async-retry"));

}
exports.retry = retry;
//# sourceMappingURL=retry.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.timeout = void 0;
exports.timeout = timeout;
const util_1 = require("@sap-cloud-sdk/util");

@@ -27,3 +27,2 @@ const defaultTimeout = 10000;

}
exports.timeout = timeout;
/**

@@ -30,0 +29,0 @@ * Creates a promise for a timeout race.

{
"name": "@sap-cloud-sdk/resilience",
"version": "3.18.2-20240820013943.0",
"version": "3.18.2-20240821013909.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.18.2-20240820013943.0",
"@sap-cloud-sdk/util": "^3.18.2-20240821013909.0",
"async-retry": "^1.3.3",

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

"nock": "^14.0.0-beta.6",
"typescript": "~5.4.5"
"typescript": "~5.5.4"
}
}

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

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