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.8.2 to 0.8.3

16

index.d.ts

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

export interface StorageOptions {
force : boolean,
force?: boolean,
filesystem: string,
filename: string,
position: number,
recursive: boolean,
httpHeaders: object,
content: any,
readChunkSize: number
filename?: string,
position?: number,
recursive?: boolean,
httpHeaders?: object,
content?: any,
readChunkSize?: number
}

@@ -31,2 +31,2 @@

getStream(options: StorageOptions, callback: Function): void;
}
}
{
"name": "@warerebel/azureblobstoragehelper",
"version": "0.8.2",
"version": "0.8.3",
"description": "Module to ease the storing of data in azure gen2 blob storage",

@@ -5,0 +5,0 @@ "main": "dist/azureBlobStorage.js",

@@ -7,10 +7,10 @@ import https from "https";

export interface StorageOptions {
force : boolean,
force?: boolean,
filesystem: string,
filename: string,
position: number,
recursive: boolean,
httpHeaders: object,
content: any,
readChunkSize: number
filename?: string,
position?: number,
recursive?: boolean,
httpHeaders?: object,
content?: any,
readChunkSize?: number
}

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