Skip to content

pyramation/uuid-hash

Repository files navigation

UUID Hash Build Status

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.

Releases

No releases published

Packages

No packages published