deploy-azure-cdn
Advanced tools
Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "deploy-azure-cdn", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "A package that copies files to Azure CDN. Can be used as gulp task.", | ||
@@ -30,3 +30,3 @@ "main": "index.js", | ||
"async": "^2.1.2", | ||
"azure-storage": "^2.10.2", | ||
"azure-storage": "^2.10.7", | ||
"mime": "^2.4.0", | ||
@@ -33,0 +33,0 @@ "node.extend": "^2.0.2", |
@@ -172,3 +172,5 @@ "use strict"; | ||
if(options.filters && options.filters.length) { | ||
options.filters.forEach(blobService.withFilter); | ||
options.filters.forEach(function (filter) { | ||
blobService = blobService.withFilter(filter); | ||
}); | ||
} | ||
@@ -175,0 +177,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
55176
954
Updatedazure-storage@^2.10.7