Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ripemd160

Package Overview
Dependencies
Maintainers
4
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ripemd160 - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

6

CHANGELOG.md

@@ -0,1 +1,7 @@

0.2.1 / 2014-12-31
------------------
- made license clear in `package.json`
- deleted `Makefile`, moved targets to `package.json`
- removed `terst` for `assert`
0.2.0 / 2014-03-09

@@ -2,0 +8,0 @@ ------------------

12

package.json
{
"name": "ripemd160",
"version": "0.2.0",
"version": "0.2.1",
"description": "Compute RIPEMD160 of bytes or strings.",

@@ -14,6 +14,6 @@ "keywords": [

],
"license": "BSD-3",
"devDependencies": {
"mocha": "~1.17.1",
"terst": "~0.1.0",
"mochify": "~0.4.2"
"mochify": "^2.1.0"
},

@@ -25,3 +25,7 @@ "repository": {

"main": "./lib/ripemd160.js",
"dependencies": {}
"dependencies": {},
"scripts": {
"test": "mocha test",
"browser-test": "mochify --wd -R spec"
}
}

@@ -7,31 +7,14 @@ ripemd160

Install
-------
Official Documentation
----------------------
### Node.js/Browserify
http://cryptocoinjs.com/modules/crypto/ripemd160/
npm install --save ripemd160
Usage
-----
Credits / License
-----------------
### ripemd160(input)
Input either a string or `Buffer`. Output is a `Buffer`.
```js
console.log(ripemd160("hello").toString('hex')) // => 108f07b8382412612c048d07d13f814118445acd"
```
Credits
-------
Most of the code from CryptoJS https://code.google.com/p/crypto-js/
Licensed: BSD3

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc