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

hdkey

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hdkey - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

5

CHANGELOG.md

@@ -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 @@ ------------------

2

lib/hdkey.js

@@ -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",

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