Socket
Socket
Sign inDemoInstall

fast-azure-storage

Package Overview
Dependencies
5
Maintainers
5
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.5 to 3.1.6

2

lib/xml-parser.js

@@ -289,3 +289,3 @@ const xml2js = require('xml2js');

let metadata = undefined;
if (blob.hasOwnProperty('Metadata')) {
if (Object.hasOwnProperty.bind(blob)('Metadata')) {
metadata = {};

@@ -292,0 +292,0 @@ for (let k of Object.keys(blob.Metadata[0])) {

{
"name": "fast-azure-storage",
"version": "3.1.5",
"version": "3.1.6",
"author": "Jonas Finnemann Jensen <jopsen@gmail.com>, Elena Solomon <elenasolomon28@gmail.com>",

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

"debug": "^4.1.1",
"xml2js": "^0.4.19"
"xml2js": "^0.6.0"
},

@@ -35,5 +35,5 @@ "resolutions": {

"devDependencies": {
"jsdoc": "3.6.7",
"mocha": "9.1.3",
"taskcluster-client": "44.0.0",
"jsdoc": "4.0.2",
"mocha": "10.2.0",
"taskcluster-client": "52.0.0",
"yuidoc-lucid-theme": "jonasfj/yuidoc-lucid-theme",

@@ -40,0 +40,0 @@ "yuidocjs": "0.10.2"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc