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.4 to 0.4.5

3

lib/api/PutBlock.js
'use strict';
const storageManager = require('./../StorageManager'),
BlobHttpProperties = require('./../model/BlobHttpProperties'),
uuid = require('node-uuid');
BlobHttpProperties = require('./../model/BlobHttpProperties');

@@ -6,0 +5,0 @@ class PutBlock {

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

res.status(400).send('UnsupportedXmlNode');
} else if (e.code === 'ENOENT'){
res.status(400).send('InvalidBlockList');
} else {

@@ -36,0 +38,0 @@ res.status(500).send();

{
"name": "azurite",
"version": "0.4.4",
"version": "0.4.5",
"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": {

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