🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

sc-md5

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sc-md5

Convert an object to a string

latest
Source
npmnpm
Version
0.0.1
Version published
Weekly downloads
1
-50%
Maintainers
1
Weekly downloads
 
Created
Source

TOC

  • sc-md5

sc-md5

The main point for this module is to be able to convert anything that can be JSON.stringify to an md5 hash. Specifically an object.

var hash = md5( {
  name: "David",
  age: 30
} );
hash.should.equal( "0699d2ce6d18ca8c8a993c6905e3bf9d" );

FAQs

Package last updated on 04 Apr 2014

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