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.1 to 0.0.3

2

dist/__tests__/block-store.test.js

@@ -36,3 +36,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

});
test("demo az cas usage for @dstanesc/store-chunky-bytes", () => __awaiter(void 0, void 0, void 0, function* () {
test("demo az cas usage in the context of @dstanesc/store-chunky-bytes", () => __awaiter(void 0, void 0, void 0, function* () {
// optional cache

@@ -39,0 +39,0 @@ const cache = {};

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

@@ -24,2 +24,3 @@ "repository": "https://github.com/dstanesc/az-block-store",

"devDependencies": {
"@azure/identity": "^3.0.0",
"@dstanesc/store-chunky-bytes": "^0.0.7",

@@ -30,2 +31,3 @@ "@dstanesc/wasm-chunking-fastcdc-node": "^0.1.1",

"cross-env": "7.0.3",
"dotenv": "^16.0.3",
"jest": "^28.1.2",

@@ -39,6 +41,4 @@ "multiformats": "^9.8.1",

"dependencies": {
"@azure/identity": "^3.0.0",
"@azure/storage-blob": "^12.12.0",
"dotenv": "^16.0.3"
"@azure/storage-blob": "^12.12.0"
}
}

@@ -32,3 +32,2 @@ # Azure Block Store

```
## Build

@@ -40,2 +39,12 @@

npm run build
```
## Test
Configure your storage account
```sh
export AZURE_STORAGE_ACCOUNT_NAME=xyz
```
```sh
npm run test

@@ -42,0 +51,0 @@ ```

@@ -35,3 +35,3 @@ import { DefaultAzureCredential } from "@azure/identity";

test("demo az cas usage for @dstanesc/store-chunky-bytes", async () => {
test("demo az cas usage in the context of @dstanesc/store-chunky-bytes", async () => {
// optional cache

@@ -38,0 +38,0 @@ const cache = {};

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