New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sap-cloud-sdk/resilience

Package Overview
Dependencies
Maintainers
0
Versions
643
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.24.1-20241128014130.0 to 3.24.1-20241129014152.0

24

dist/retry.js

@@ -18,9 +18,19 @@ "use strict";

});
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;
};
var __importStar = (this && this.__importStar) || (function () {
var ownKeys = function(o) {
ownKeys = Object.getOwnPropertyNames || function (o) {
var ar = [];
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
return ar;
};
return ownKeys(o);
};
return function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
__setModuleDefault(result, mod);
return result;
};
})();
Object.defineProperty(exports, "__esModule", { value: true });

@@ -27,0 +37,0 @@ exports.retry = retry;

{
"name": "@sap-cloud-sdk/resilience",
"version": "3.24.1-20241128014130.0",
"version": "3.24.1-20241129014152.0",
"description": "SAP Cloud SDK for JavaScript resilience",

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

"dependencies": {
"@sap-cloud-sdk/util": "^3.24.1-20241128014130.0",
"@sap-cloud-sdk/util": "^3.24.1-20241129014152.0",
"async-retry": "^1.3.3",

@@ -50,4 +50,4 @@ "axios": "^1.7.8",

"nock": "^14.0.0-beta.18",
"typescript": "~5.6.3"
"typescript": "~5.7.2"
}
}

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