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 1.9.1 to 1.9.2

lib/validation/blob/ContainerName.js

4

lib/middleware/blob/validation.js

@@ -43,2 +43,3 @@ 'use strict';

ServicePropertiesValidation = require('./../../validation/blob/ServiceProperties'),
ContainerNameValidation = require('./../../validation/blob/ContainerName'),
CopyStatusValidation = require('./../../validation/blob/CopyStatus');

@@ -94,3 +95,4 @@

valContext
.run(ConflictingContainerVal);
.run(ConflictingContainerVal)
.run(ContainerNameValidation);
}

@@ -97,0 +99,0 @@

{
"name": "azurite",
"version": "1.9.1",
"version": "1.9.2",
"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": {

# 1.0
## 1.9.2
- fixes [#158](https://github.com/arafato/azurite/issues/158): Blob Storage Bugfix
## 1.9.1

@@ -3,0 +5,0 @@ - fixes [#159](https://github.com/arafato/azurite/issues/159): Blob Storage Bugfix

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