Socket
Socket
Sign inDemoInstall

@wildberries/service-cdn-uploader

Package Overview
Dependencies
Maintainers
2
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wildberries/service-cdn-uploader - npm Package Compare versions

Comparing version 3.0.4 to 3.0.5

9

index.js

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

const sleep = ms =>
new Promise(res => {
setTimeout(() => {
res();
}, ms);
});
const timeoutSleep = ms =>

@@ -82,2 +89,4 @@ new Promise((res, rej) => {

if (downloadResponse.status !== 200) {
await sleep(5000);
throw new Error(`Status code – ${downloadResponse.status}`.red);

@@ -84,0 +93,0 @@ }

2

package.json
{
"name": "@wildberries/service-cdn-uploader",
"version": "3.0.4",
"version": "3.0.5",
"main": "./index.js",

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

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