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

deploy-azure-cdn

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deploy-azure-cdn - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

4

package.json
{
"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 @@

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