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

fast-azure-storage

Package Overview
Dependencies
Maintainers
10
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.3.3 to 0.3.4

7

lib/table.js

@@ -366,3 +366,3 @@ 'use strict';

if (options.accessPolicy) {
query.se = options.accessPolicy;
query.si = options.accessPolicy;
}

@@ -488,2 +488,7 @@

err.payload = res.payload;
err.method = method;
err.path = path;
err.query = query;
err.headers = headers;
err.requestBody = json;

@@ -490,0 +495,0 @@ debug("Error code: %s for %s %s on retry: %s",

2

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

@@ -5,0 +5,0 @@ "description": "Fast client library for azure storage services",

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