Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@acastellon/vcs

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@acastellon/vcs

Hash generator for files, Version Control based in content.

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

vcs

Simple Hash generator from the content of a file. The idea is to use it to have a real-time version of control based in the content of the file, sometimes it's useful you need to check webservices in hot without access to the container/code.

usage:

const vcs = require('@acastellon/vcs');

vcs.getHash('./test.js')
   .then( function(value) { 
                                console.log(value); 
                         });

Keywords

hash

FAQs

Package last updated on 08 Nov 2019

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