Socket
Socket
Sign inDemoInstall

multihashing-async

Package Overview
Dependencies
Maintainers
3
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multihashing-async - npm Package Compare versions

Comparing version 0.4.8 to 0.5.0

15

CHANGELOG.md

@@ -0,1 +1,16 @@

<a name="0.5.0"></a>
# [0.5.0](https://github.com/multiformats/js-multihashing-async/compare/v0.4.9...v0.5.0) (2018-05-07)
<a name="0.4.9"></a>
## [0.4.9](https://github.com/multiformats/js-multihashing-async/compare/v0.4.8...v0.4.9) (2018-05-07)
### Bug Fixes
* shake digest size ([5444fba](https://github.com/multiformats/js-multihashing-async/commit/5444fba))
<a name="0.4.8"></a>

@@ -2,0 +17,0 @@ ## [0.4.8](https://github.com/multiformats/js-multihashing-async/compare/v0.4.7...v0.4.8) (2018-02-27)

9

package.json
{
"name": "multihashing-async",
"version": "0.4.8",
"version": "0.5.0",
"description": "multiple hash functions",

@@ -16,4 +16,4 @@ "main": "src/index.js",

"release": "aegir release --docs",
"release-minor": "aegir release minor --docs",
"release-major": "aegir release major --docs",
"release-minor": "aegir release --type minor --docs",
"release-major": "aegir release --type major --docs",
"build": "aegir build",

@@ -49,3 +49,3 @@ "coverage": "aegir coverage",

"devDependencies": {
"aegir": "^13.0.5",
"aegir": "^13.1.0",
"benchmark": "^2.1.4",

@@ -71,2 +71,3 @@ "chai": "^4.1.2",

"Richard Littauer <richard.littauer@gmail.com>",
"Richard Schneider <makaretu@gmail.com>",
"Victor Bjelkholm <victorbjelkholm@gmail.com>",

@@ -73,0 +74,0 @@ "Volker Mische <volker.mische@gmail.com>",

@@ -31,4 +31,4 @@ 'use strict'

sha3224: toCallback(toBuf(sha3.sha3_224)),
shake128: toCallback(toBuf(sha3.shake_128, 256)),
shake256: toCallback(toBuf(sha3.shake_256, 512)),
shake128: toCallback(toBuf(sha3.shake_128, 128)),
shake256: toCallback(toBuf(sha3.shake_256, 256)),
keccak224: toCallback(toBuf(sha3.keccak_224)),

@@ -35,0 +35,0 @@ keccak256: toCallback(toBuf(sha3.keccak_256)),

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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