Socket
Socket
Sign inDemoInstall

@vtfk/azure-blob-client

Package Overview
Dependencies
35
Maintainers
8
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.4 to 0.1.5

3

index.js

@@ -110,3 +110,3 @@ /*

* Lists all blobs for the provided path
* @param {string?} path The path of the container
* @param {string?} path The path of the container. Use '*' for all blobs
* @param {object} options

@@ -121,2 +121,3 @@ * @param {string?} options.connectionString The Azure storage account connection string

// Set the path as the prefix
if (path === '*') path = ''
options.prefix = path;

@@ -123,0 +124,0 @@

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

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

@@ -44,3 +44,6 @@ # azure-blob-client

// Yelds
// Gets all blobs in container
await blobClient.list('*');
// Yields
[

@@ -47,0 +50,0 @@ {

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