Socket
Socket
Sign inDemoInstall

hashing-azure-file-object

Package Overview
Dependencies
76
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    hashing-azure-file-object

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.


Version published
Weekly downloads
58
increased by11.54%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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

FAQs

Last updated on 19 Jun 2023

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc