Socket
Socket
Sign inDemoInstall

gulp-azure-storage

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-azure-storage - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

2

lib/upload.js

@@ -33,3 +33,3 @@ var azure = require('azure-storage');

prefix + file.relative,
{ metadata: { fsmode: file.stat.mode }, contentType: mime.lookup(file.relative) },
{ metadata: { fsmode: file.stat.mode }, contentSettings: {contentType: mime.lookup(file.relative)}},
function(err) {

@@ -36,0 +36,0 @@ if (err) { return cb(err); }

{
"name": "gulp-azure-storage",
"version": "0.7.0",
"version": "0.7.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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc