Socket
Socket
Sign inDemoInstall

gulp-azure-storage

Package Overview
Dependencies
144
Maintainers
6
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.12.0 to 0.12.1

2

lib/upload.js

@@ -43,3 +43,3 @@ var azure = require('@azure/storage-blob');

blobClient.uploadStream(istream, undefined, undefined, {
metadata: Object.assign({ fsmode: file.stat.mode }, metadata),
metadata: Object.assign({ fsmode: String(file.stat.mode) }, metadata),
blobHTTPHeaders: blobHTTPHeaders

@@ -46,0 +46,0 @@ }).then(function (r) {

{
"name": "gulp-azure-storage",
"version": "0.12.0",
"version": "0.12.1",
"description": "Gulp plugin to download and upload files to/from the Azure blob storage",

@@ -5,0 +5,0 @@ "main": "index.js",

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