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.4.0 to 2.4.1

2

lib/model/blob/AzuriteResponse.js

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

if (this.proxy) {
this.httpProps[N.ETAG] = this.proxy.original.etag;
this.httpProps[N.ETAG] = `\"${this.proxy.original.etag}\"`;
this.httpProps[N.LAST_MODIFIED] = this.proxy.lastModified();

@@ -15,0 +15,0 @@ Object.keys(this.proxy.original.metaProps).forEach((key) => {

{
"name": "azurite",
"version": "2.4.0",
"version": "2.4.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": {

@@ -166,4 +166,2 @@ # Azurite

- Query Entity [TODO]
- Query Tables [TODO]
- Get Table ACL [TODO]

@@ -170,0 +168,0 @@ - Set Table ACL [TODO]

# 2.0
## 2.3.0
## 2.4.1
- fixes [#165](https://github.com/arafato/azurite/issues/165): Blob: ETag is properly enclosed in escaped double parenthesis
## 2.4.0
- support for QueryEntities [#132](https://github.com/arafato/azurite/issues/132)

@@ -4,0 +6,0 @@ ## 2.3.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