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

@metamask/key-tree

Package Overview
Dependencies
Maintainers
7
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metamask/key-tree - npm Package Compare versions

Comparing version 5.0.1 to 5.0.2

3

dist/index.d.ts

@@ -1,2 +0,1 @@

/// <reference types="node" />
export { BIP44Node, BIP44NodeInterface, JsonBIP44Node } from './BIP44Node';

@@ -11,2 +10,2 @@ export { SLIP10Node, SLIP10NodeInterface, JsonSLIP10Node } from './SLIP10Node';

*/
export declare const PackageBuffer: BufferConstructor;
export { Buffer as PackageBuffer } from 'buffer';

@@ -24,3 +24,4 @@ "use strict";

*/
exports.PackageBuffer = Buffer;
var buffer_1 = require("buffer");
Object.defineProperty(exports, "PackageBuffer", { enumerable: true, get: function () { return buffer_1.Buffer; } });
//# sourceMappingURL=index.js.map

@@ -271,5 +271,5 @@ "use strict";

}
return Buffer.from(ripemd160_1.ripemd160(publicKey)).readUInt32BE(0);
return Buffer.from(ripemd160_1.ripemd160(sha256_1.sha256(publicKey))).readUInt32BE(0);
};
exports.getFingerprint = getFingerprint;
//# sourceMappingURL=utils.js.map
{
"name": "@metamask/key-tree",
"version": "5.0.1",
"version": "5.0.2",
"description": "An interface over BIP-32 and BIP-39 key derivation paths.",

@@ -5,0 +5,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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