Socket
Socket
Sign inDemoInstall

crypto-hashing

Package Overview
Dependencies
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crypto-hashing - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

4

CHANGELOG.md

@@ -0,1 +1,5 @@

0.3.1 / 2014-04-19
------------------
* made `options` for `sha256ripe160()` optional
0.3.0 / 2014-03-09

@@ -2,0 +6,0 @@ ------------------

@@ -54,2 +54,3 @@ 'use strict'

var sha256ripe160 = exports.sha256ripe160 = function sha256ripe160(message, options) {
options = options || {};
var shaData = doCrypto('sha256', message, {in: options.in, out: 'buffer'});

@@ -56,0 +57,0 @@ var ripeData = doCrypto('ripemd160', shaData, {in: 'buffer', out: options.out});

2

package.json
{
"name": "crypto-hashing",
"version": "0.3.0",
"version": "0.3.1",
"description": "Easy interfaces for cryptographic hash functions",

@@ -5,0 +5,0 @@ "keywords": [

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