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 2.6.0 to 2.6.1

10

lib/routes/table/EntityRoute.js

@@ -16,4 +16,6 @@ 'use strict';

.get((req, res, next) => {
req.azuriteOperation = Operations.QUERY_ENTITY;
req.azuriteRequest = new AzuriteTableRequest({ req: req });
if (req.azuriteOperation === undefined) {
req.azuriteOperation = Operations.QUERY_ENTITY;
req.azuriteRequest = new AzuriteTableRequest({ req: req });
}
next();

@@ -48,6 +50,6 @@ })

req.azuriteOperation = req.azuriteRequest.httpProps[N.IF_MATCH]
? Operations.MERGE_ENTITY
: Operations.INSERT_OR_MERGE_ENTITY;
? Operations.MERGE_ENTITY
: Operations.INSERT_OR_MERGE_ENTITY;
next();
});
}

2

package.json
{
"name": "azurite",
"version": "2.6.0",
"version": "2.6.1",
"description": "A lightweight server clone of Azure Blob, Queue, and Table Storage that simulates most of the commands supported by it with minimal dependencies.",

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

@@ -148,3 +148,5 @@ # Azurite

`TableEndpoint=http://127.0.0.1:10002/devstoreaccount1;`
## Blob Storage - API Implementation Status

@@ -151,0 +153,0 @@ All DONE except:

# 2.0
## 2.6.1
- fixes [#169](https://github.com/arafato/azurite/issues/169)
## 2.6.0

@@ -3,0 +5,0 @@ - support for Merge Entity [#137](https://github.com/arafato/azurite/issues/137)

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