Socket
Socket
Sign inDemoInstall

bip32

Package Overview
Dependencies
Maintainers
3
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bip32 - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

2

package.json
{
"name": "bip32",
"version": "3.0.0",
"version": "3.0.1",
"description": "A BIP32 compatible library",

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

@@ -8,3 +8,3 @@ "use strict";

const wif = require('wif');
function default_1(ecc) {
function BIP32Factory(ecc) {
testecc_1.testEcc(ecc);

@@ -316,2 +316,2 @@ const UINT256_TYPE = typeforce.BufferN(32);

}
exports.default = default_1;
exports.BIP32Factory = BIP32Factory;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var bip32_1 = require("./bip32");
exports.default = bip32_1.default;
exports.default = bip32_1.BIP32Factory;
exports.BIP32Factory = bip32_1.BIP32Factory;

@@ -53,3 +53,3 @@ /// <reference types="node" />

}
export default function (ecc: TinySecp256k1Interface): BIP32API;
export declare function BIP32Factory(ecc: TinySecp256k1Interface): BIP32API;
export {};

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

export { default, BIP32Interface, BIP32API, TinySecp256k1Interface, } from './bip32';
export { BIP32Factory as default, BIP32Factory, BIP32Interface, BIP32API, TinySecp256k1Interface, } from './bip32';
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