Socket
Socket
Sign inDemoInstall

gulp-azure-storage

Package Overview
Dependencies
177
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.11.0 to 0.11.1

4

bin/upload.js

@@ -6,5 +6,5 @@ #!/usr/bin/env node

var argv = require('optimist')
var argv = require('yargs')
.usage('Usage: $0 --account (account) --key (key) --container (container) [--prefix (prefix)] (file1)...')
.demand(['account', 'key', 'container'])
.demandOption(['account', 'key', 'container'])
.argv;

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

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

@@ -26,3 +26,2 @@ "main": "index.js",

"mime": "^1.3.4",
"optimist": "^0.6.1",
"progress": "^1.1.8",

@@ -32,4 +31,5 @@ "queue": "^3.0.10",

"vinyl": "^2.2.0",
"vinyl-fs": "^3.0.3"
"vinyl-fs": "^3.0.3",
"yargs": "^15.3.0"
}
}
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