Socket
Socket
Sign inDemoInstall

@vtfk/azure-blob-client

Package Overview
Dependencies
36
Maintainers
8
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.5 to 0.1.6

2

index.js

@@ -159,3 +159,3 @@ /*

} else {
const blobs = await list(path);
const blobs = await list(path, options);
if (blobs && Array.isArray(blobs) && blobs.length > 0) blobs.forEach((p) => blobPaths.push(p.path));

@@ -162,0 +162,0 @@ else throw new Error(`The path ${path} does not exist as a folder or blob`);

{
"name": "@vtfk/azure-blob-client",
"version": "0.1.5",
"version": "0.1.6",
"description": "A client for working with Azure storage blobs",

@@ -5,0 +5,0 @@ "main": "index.js",

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