New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@dstanesc/az-block-store

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dstanesc/az-block-store - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

dist/block-store.js

@@ -25,2 +25,4 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

bytes = yield toBuffer(blobResponse.readableStreamBody);
if (cache)
cache[cid.toString()] = bytes;
}

@@ -27,0 +29,0 @@ return bytes;

2

package.json
{
"name": "@dstanesc/az-block-store",
"description": "Simple content-addressable storage (CAS) based on Azure Blob Storage",
"version": "0.0.4",
"version": "0.0.5",
"homepage": "https://github.com/dstanesc/az-block-store",

@@ -6,0 +6,0 @@ "repository": "https://github.com/dstanesc/az-block-store",

@@ -20,2 +20,4 @@ import { BlockBlobClient, ContainerClient } from "@azure/storage-blob"

bytes = await toBuffer(blobResponse.readableStreamBody)
if (cache)
cache[cid.toString()] = bytes
}

@@ -22,0 +24,0 @@ return bytes

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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