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 2.0.5 to 2.0.6-beta.1

4

index.js

@@ -75,2 +75,3 @@ /* eslint-disable import/no-unresolved */

console.log(`File ${fileName} start uploading to ${filePath}`.yellow);
console.log(`Request_Id: ${params.requestId}`.yellow);

@@ -100,3 +101,6 @@ const formData = new FormData();

console.log(`File ${fileName} start test downloading`.yellow);
console.log(`Request_Id: ${params.requestId}`.yellow);
await sleep(5000);
const downloadResponse = await fetch(filePath);

@@ -103,0 +107,0 @@

2

package.json
{
"name": "@wildberries/service-cdn-uploader",
"version": "2.0.5",
"version": "2.0.6-beta.1",
"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