Socket
Socket
Sign inDemoInstall

@vtfk/azure-blob-client

Package Overview
Dependencies
22
Maintainers
7
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

renovate.json

2

package.json
{
"name": "@vtfk/azure-blob-client",
"version": "0.0.2",
"version": "0.0.3",
"description": "A client for working with Azure storage blobs",

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

@@ -14,4 +14,4 @@ # azure-blob-client

|---|---|
|AZURE-BLOB-CONNECTIONSTRING| DefaultEndpointsProtocol=https;AccountName=\[AccountName];AccountKey=\[AccountKey];EndpointSuffix=core.windows.net
| AZURE-BLOB-CONTAINERNAME | Blobs |
|AZURE_BLOB_CONNECTIONSTRING| DefaultEndpointsProtocol=https;AccountName=\[AccountName];AccountKey=\[AccountKey];EndpointSuffix=core.windows.net
| AZURE_BLOB_CONTAINERNAME | Blobs |

@@ -18,0 +18,0 @@ ## Import the package

@@ -9,4 +9,4 @@ /*

*/
const AzureBlobConnectionString = process.env['AZURE-BLOB-CONNECTIONSTRING'];
const AzureBlobContainerName = process.env['AZURE-BLOB-CONTAINERNAME'];
const AzureBlobConnectionString = process.env['AZURE_BLOB_CONNECTIONSTRING'];
const AzureBlobContainerName = process.env['AZURE_BLOB_CONTAINERNAME'];
module.exports.unallowedPathCharacters = ['\\', ':', '*', '?', '"', '<', '>', '|'];

@@ -13,0 +13,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