Socket
Socket
Sign inDemoInstall

@warerebel/azureblobstoragehelper

Package Overview
Dependencies
1
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.7 to 0.9.8

2

index.d.ts

@@ -10,3 +10,3 @@ import {AzureSign} from "@warerebel/azurerestauth";

recursive?: boolean;
httpHeaders?: object;
httpHeaders?: {[index: string]: string | number};
content?: string | Buffer | null;

@@ -13,0 +13,0 @@ readChunkSize?: number;

{
"name": "@warerebel/azureblobstoragehelper",
"version": "0.9.7",
"version": "0.9.8",
"description": "Module to ease the storing of data in azure gen2 blob storage",

@@ -42,3 +42,3 @@ "main": "dist/azureBlobStorage.js",

"dependencies": {
"@warerebel/azurerestauth": "^0.4.12"
"@warerebel/azurerestauth": "^1.0.1"
},

@@ -45,0 +45,0 @@ "devDependencies": {

@@ -12,3 +12,3 @@ import {request as httpsRequest, Agent} from "https";

recursive?: boolean;
httpHeaders?: object;
httpHeaders?: {[index: string]: string | number};
content?: string | Buffer | null;

@@ -15,0 +15,0 @@ readChunkSize?: number;

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