Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

azure-storage

Package Overview
Dependencies
Maintainers
2
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azure-storage - npm Package Compare versions

Comparing version 2.10.5 to 2.10.6

6

ChangeLog.md
Note: This is an Azure Storage only package. The all up Azure node sdk still has the old storage bits in there. In a future release, those storage bits will be removed and an npm dependency to this storage node sdk will
be taken. This is a GA release and the changes described below indicate the changes from the Azure node SDK 0.9.8 available here - https://github.com/Azure/azure-sdk-for-node.
2021.12 Version 2.10.6
* Upgraded `validator` to 13.7.0.
* Upgraded `json-schema` to 0.4.0.
* Fixed an issue where customized retry interval doesn't take effact.
2021.09 Version 2.10.5

@@ -5,0 +11,0 @@

1

lib/common/filters/retrypolicyfilter.js

@@ -78,3 +78,2 @@ //

var retryRequestOptions = extend({}, requestOptions);
retryRequestOptions.retryInterval = 0;

@@ -81,0 +80,0 @@ // Initialize retryContext because that will be passed to the shouldRetry method which users will implement

@@ -554,2 +554,3 @@ //

var func = function() {
postFiltersRequestOptions.retryInterval = 0;
operation(postFiltersRequestOptions, nextPostCallback);

@@ -556,0 +557,0 @@ };

@@ -40,3 +40,3 @@ //

*/
USER_AGENT_PRODUCT_VERSION: '2.10.5',
USER_AGENT_PRODUCT_VERSION: '2.10.6',

@@ -43,0 +43,0 @@ /**

{
"name": "azure-storage",
"author": "Microsoft Corporation",
"version": "2.10.5",
"version": "2.10.6",
"description": "Microsoft Azure Storage Client Library for Node.js",

@@ -34,5 +34,6 @@ "typings": "typings/azure-storage/azure-storage.d.ts",

"uuid": "^3.0.0",
"validator": "~13.6.0",
"validator": "~13.7.0",
"xml2js": "0.2.8",
"xmlbuilder": "^9.0.7"
"xmlbuilder": "^9.0.7",
"json-schema": "^0.4.0"
},

@@ -39,0 +40,0 @@ "devDependencies": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc