Comparing version 1.1.0 to 1.1.1
@@ -0,1 +1,6 @@ | ||
1.1.1 / 2019-02-09 | ||
------------------ | ||
- Fix Electron v4 support. No changes to external API. ([#26](https://github.com/cryptocoinjs/hdkey/pull/26)) | ||
1.1.0 / 2018-08-14 | ||
@@ -2,0 +7,0 @@ ------------------ |
@@ -238,3 +238,3 @@ var assert = require('assert') | ||
var sha = crypto.createHash('sha256').update(buf).digest() | ||
return crypto.createHash('rmd160').update(sha).digest() | ||
return crypto.createHash('ripemd160').update(sha).digest() | ||
} | ||
@@ -241,0 +241,0 @@ |
{ | ||
"name": "hdkey", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Bitcoin BIP32 hierarchical deterministic keys", | ||
@@ -5,0 +5,0 @@ "main": "lib/hdkey.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33712