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

azurite

Package Overview
Dependencies
Maintainers
2
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.4 to 2.6.5

2

lib/core/blob/StorageManager.js

@@ -600,2 +600,4 @@ 'use strict';

request.entityType = sourceProxy.original.entityType;
const coll = this.db.getCollection(request.containerName),

@@ -602,0 +604,0 @@ blobProxyDestination = this._createOrUpdateBlob(coll, request),

2

lib/model/blob/AzuriteRequest.js

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

this.httpProps[N.LEASE_ID] = httpHeaders['x-ms-lease-id'];
this.httpProps[N.LEASE_ACTION] = httpHeaders['x-ms-lease-action'];
this.httpProps[N.LEASE_ACTION] = httpHeaders['x-ms-lease-action'] ? httpHeaders['x-ms-lease-action'].toLowerCase() : undefined;
this.httpProps[N.LEASE_DURATION] = httpHeaders['x-ms-lease-duration'];

@@ -99,0 +99,0 @@ this.httpProps[N.LEASE_BREAK_PERIOD] = httpHeaders['x-ms-lease-break-period'];

{
"name": "azurite",
"version": "2.6.4",
"version": "2.6.5",
"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": {

@@ -169,2 +169,2 @@ # Azurite

- Set Table ACL [TODO]
- Entity Group Transaction (Batch Operation) [TODO]
- Entity Group Transaction (Batch Operation) [TODO]
# 2.0
## 2.6.5 (moved to github.com/azure/azurite)
- merged PR [#4](https://github.com/Azure/Azurite/pull/4) -> thanks to @trekawek
- merged PR [#2](https://github.com/Azure/Azurite/pull/2) -> thanks to @trekawek
## 2.6.4

@@ -3,0 +6,0 @@ - fixes [#172](https://github.com/arafato/azurite/issues/172)

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