npm.io
0.1.1 • Published 11 years ago

object-md5

Licence
MIT
Version
0.1.1
Deps
1
Vulns
5
Weekly
0
Stars
1

#object-md5

Create a md5 hash out of an object.

build status

usage

var objectMD5 = require('object-md5');
var obj = {foo: 'bar'};
var hash = objectMD5(obj);