New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bitcoin

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitcoin - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

Changelog.md

7

lib/bitcoin/client.js

@@ -9,3 +9,5 @@

var bitcoinAPI = {
addMultiSigAddress: 'addmultisigaddress',
backupWallet: 'backupwallet',
dumpPrivKey: 'dumpprivkey',
encryptWallet: 'encryptwallet',

@@ -17,2 +19,3 @@ getAccount: 'getaccount',

getBlockCount: 'getblockcount',
getBlockHash: 'getblockhash',
getBlockNumber: 'getblockcount', // getblocknumber deprecated since Bitcoin v0.5.1

@@ -27,2 +30,3 @@ getConnectionCount: 'getconnectioncount',

getMemoryPool: 'getmemorypool',
getMiningInfo: 'getmininginfo',
getNewAddress: 'getnewaddress',

@@ -34,2 +38,3 @@ getReceivedByAccount: 'getreceivedbyaccount',

help: 'help',
importPrivKey: 'importprivkey',
keypoolRefill: 'keypoolrefill',

@@ -55,3 +60,3 @@ keyPoolRefill: 'keypoolrefill',

walletPassphrase: 'walletpassphrase',
walletPassphraseChange: 'walletpassphrasechange',
walletPassphraseChange: 'walletpassphrasechange'
};

@@ -58,0 +63,0 @@

2

package.json
{
"name": "bitcoin",
"description": "Communicate with bitcoind via JSON-RPC",
"version": "1.1.5",
"version": "1.1.6",
"main": "./lib/bitcoin",

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

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