uuid-hash

1.1.4 • Public • Published

UUID Hash

Es6 class that generates RFC-compliant UUID v5.

Installation

npm install uuid-hash

Usage

const uuid = require('uuid-hash');
const identifier = uuid.createHash().update(contents).digest();

Just like node-uuid for uuid v5, but removed the need to have all contents in-memory to be compatible with streams. API similar to the crypto module.

Readme

Keywords

Package Sidebar

Install

npm i uuid-hash

Weekly Downloads

150

Version

1.1.4

License

SEE LICENSE IN LICENSE

Unpacked Size

8.31 kB

Total Files

5

Last publish

Collaborators

  • pyramation