1.1.3 • Published 3 years ago

object-hash-light v1.1.3

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

object-hash-light

Generate hashes from objects and values in modern browser, node and deno

NodeDenoChromeFirefoxOperaSafari
151.113734247

* Android Chrome, Firefox and iOS Safari support version is same with Desktop version

Less than < 300 Bytes bundlephobia

install

npm i object-hash-light

usage

import hash from "object-hash-light";

const result = await hash({ foo: "bar" });
// result is a5e744d0164540d33b1d7ea616c28f2fa97e754a

algorithms

SHA-1 (default), SHA-256, SHA-384, SHA-512

const result = await hash({ foo: "bar" }, { algorithm: "SHA-512" });
// result is 0db68ad4e41d3b26ba3fc48a5da7c9f616b813e77cb4e951187e1f2a37c2bad94041089f89f6012ee7b44e21f863c5d9553e3b665edae8640bb2274b555266eb
1.1.1

3 years ago

1.1.0

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago