@warerebel/azureblobstoragehelper
Advanced tools
Comparing version 0.8.2 to 0.8.3
@@ -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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
64253
556
2