Socket
Book a DemoInstallSign in
Socket

hamming-distance

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hamming-distance

Calculate the hamming distance of two hex strings or buffers

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
33K
37.59%
Maintainers
1
Weekly downloads
 
Created
Source

hamming-distance

NPM version Build status Test coverage Dependency Status License Downloads Gittip

Usage

var compare = require('hamming-distance');

var distance = compare(new Buffer('0000', 'hex'), new Buffer('000F', 'hex'));

Keywords

hamming

FAQs

Package last updated on 09 Dec 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