hashing-azure-file-object
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

Project for Creating Hashes of Files in Azure Containers and JS Objects

This project aims to create hashes of files in Azure Blob Storage containers and JS objects. It utilizes two main dependencies: "@azure/storage-blob" and "crypto-browserify". Below are the necessary steps to use this project.

Dependencies

The following dependencies are required to use this project:

  • @azure/storage-blob: Version 12.13.0 or higher. This dependency allows interaction with Azure Blob Storage containers and performs file storage operations, including getting the content of a file for hash calculation.

  • crypto-browserify: Version 3.12.0 or higher. This dependency provides cryptographic hash functions in the browser, which are used to calculate the hash of files.

Installation

To install the necessary dependencies, you can run the following command in the terminal:

npm install @hashing-azure-file-object

Readme

Keywords

none

Package Sidebar

Install

npm i hashing-azure-file-object

Weekly Downloads

52

Version

1.1.0

License

ISC

Unpacked Size

120 kB

Total Files

51

Last publish

Collaborators

  • dargruano
  • david.ruano
  • fromtl