Socket
Socket
Sign inDemoInstall

@wildberries/service-cdn-uploader

Package Overview
Dependencies
39
Maintainers
3
Versions
58
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.8 to 3.0.9

6

index.js

@@ -148,9 +148,9 @@ /* eslint-disable import/no-unresolved */

await sleep(5000);
if (counter < 5) {
await sleep(5000);
if (counter < 5) {
await fetchRetryer({ request, params, counter: counter + 1 });
} else {
throw new Error(
`Exceeded retry request when uploading file ${params.filePath}`,
`Retry limit exceeded while uploading ${params.filePath}`,
);

@@ -157,0 +157,0 @@ }

{
"name": "@wildberries/service-cdn-uploader",
"version": "3.0.8",
"version": "3.0.9",
"main": "./index.js",

@@ -5,0 +5,0 @@ "scripts": {

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc