Socket
Socket
Sign inDemoInstall

fast-azure-storage

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fast-azure-storage - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

4

lib/queue.js

@@ -670,2 +670,6 @@ 'use strict';

*
* Warning, this is a `HEAD` request, so if the queue is missing you get an
* error with `err.statusCode = 404`, but `err.code` property will be
* `ErrorWithoutCode`. The same goes for all other error codes.
*
* @param {string} queue - Name of queue to get meta-data from.

@@ -672,0 +676,0 @@ * @returns {Promise} A promise for an object on the form:

4

package.json
{
"name": "fast-azure-storage",
"version": "0.1.2",
"version": "0.1.3",
"author": "Jonas Finnemann Jensen <jopsen@gmail.com>",

@@ -17,3 +17,3 @@ "description": "Fast client library for azure storage services",

"dependencies": {
"libxmljs": "^0.13.0",
"libxmljs": "^0.14.2",
"debug": "^2.1.3",

@@ -20,0 +20,0 @@ "promise": "^6.1.0"

@@ -77,3 +77,3 @@ suite("Queue", function() {

}, function(err) {
// Bug in azure API means that we don't get an error code here
// Because this is a HEAD request, we don't get anything but status code
assert(err.statusCode === 404, "Expected 404");

@@ -80,0 +80,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