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

@ms-cloudpack/remote-cache

Package Overview
Dependencies
Maintainers
0
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ms-cloudpack/remote-cache

Manages syncing the local Cloudpack cached assets to/from a remote storage service.

0.10.16
latest
npm
Version published
Maintainers
0
Created
Source

@ms-cloudpack/remote-cache

This package is a wrapper around the Azure Storage SDK that provides a simple interface for uploading and downloading files and folders to and from Azure Blob Storage. It also includes a helper function for generating a SAS token for a storage account.

Usage

import { createRemoteCacheClient } from '@ms-cloudpack/remote-cache';

const client = await createRemoteCacheClient({
  storageAccount: 'my-storage-account',
  container: 'my-container',
  permissions: { read: true, write: false },
});

await client.downloadFolder('my-folder', 'download-it-to-this-path');

FAQs

Package last updated on 12 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts