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

azurite

Package Overview
Dependencies
Maintainers
1
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azurite - npm Package Compare versions

Comparing version 0.4.11 to 0.4.12

7

lib/api/ListBlobs.js

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

.then((result) => {
const includeMetadata = queryParams.include && queryParams.include.indexOf('metadata') !== -1;
const includeMetadata = queryParams.include === 'metadata';
const transformedModel = this._transformBlobList(result, req.query, includeMetadata === true);

@@ -39,7 +39,4 @@ const xmlDoc = js2xmlparser.parse('EnumerationResults', transformedModel);

maxresults: query.maxresults || 5000,
include: query['include=']
include: query.include
}
if (queryParams.include) {
queryParams.include = queryParams.include.split('%82');
}
return queryParams;

@@ -46,0 +43,0 @@ }

@@ -13,10 +13,2 @@ 'use strict';

// Global Bluebird Config
BbPromise.onPossiblyUnhandledRejection((err) => {
console.error('**PANIC** Something unexpected happened! Emulator may be in an inconsistent state!');
process.stderr.write(err.stack);
process.abort();
});
BbPromise.longStackTraces();
class Azurite {

@@ -23,0 +15,0 @@ constructor() {

{
"name": "azurite",
"version": "0.4.11",
"version": "0.4.12",
"description": "A lightweight server clone of Azure Blob Storage that simulates most of the commands supported by it with minimal dependencies.",

@@ -5,0 +5,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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