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

bitcore-mnemonic

Package Overview
Dependencies
Maintainers
4
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitcore-mnemonic - npm Package Compare versions

Comparing version 0.9.1 to 0.10.0

CONTRIBUTING.md

2

bower.json
{
"name": "bitcore-mnemonic",
"main": "./bitcore-mnemonic.min.js",
"version": "0.9.1",
"version": "0.10.0",
"homepage": "https://github.com/bitpay/bitcore-mnemonic",

@@ -6,0 +6,0 @@ "authors": [

'use strict';
var _ = require('lodash');
var bitcore = require('bitcore');
var _ = bitcore.deps._;

@@ -6,0 +6,0 @@ var pbkdf2 = require('./pbkdf2');

{
"name": "bitcore-mnemonic",
"version": "0.9.1",
"version": "0.10.0",
"description": "BIP39 Mnemonics implemented for Bitcore.",

@@ -40,5 +40,4 @@ "author": "BitPay <dev@bitpay.com>",

"dependencies": {
"bitcore": "^0.9.0",
"lodash": "^2.4.1"
"bitcore": "^0.10.2"
}
}
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