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.6.2 to 0.6.3

7

lib/routes/AccountRoute.js

@@ -17,9 +17,6 @@ 'use strict';

listContainersHandler.process(req, res);
} else {
res.status(400).send();
}
})
.post((req, res) => {
})
.put((req, res) => {
});
}

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

})
.post((req, res) => {
})
.put((req, res) => {

@@ -44,0 +42,0 @@ const blobType = req.headers['x-ms-blob-type'];

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

})
.post((req, res) => {
})
.put((req, res) => {

@@ -42,0 +40,0 @@ if (req.query.restype === 'container' && req.query.comp === 'metadata') {

{
"name": "azurite",
"version": "0.6.2",
"version": "0.6.3",
"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