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

bitcoin

Package Overview
Dependencies
Maintainers
2
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 2.1.2 to 2.2.0

15

Changelog.md
# node-bitcoin changelog
## v2.2.0 (2014/08/29)
* add commands for bitcoind v0.9.x
* `decodeScript`
* `dumpWallet`
* `getBestBlockHash`
* `getBlockchainInfo`
* `getNetTotals`
* `getNetworkInfo`
* `getNetworkHashPs`
* `getRawChangeAddress`
* `getUnconfirmedBalance`
* `getWalletInfo`
* `ping`
* `verifyChain`
## v2.1.2 (2014/04/16)

@@ -4,0 +19,0 @@ * lazy load `http`/`https` module

@@ -8,3 +8,5 @@ module.exports = {

decodeRawTransaction: 'decoderawtransaction', // bitcoind v0.7.0+
decodeScript: 'decodescript',
dumpPrivKey: 'dumpprivkey',
dumpWallet: 'dumpwallet', // bitcoind v0.9.0+
encryptWallet: 'encryptwallet',

@@ -16,3 +18,5 @@ getAccount: 'getaccount',

getBalance: 'getbalance',
getBestBlockHash: 'getbestblockhash', // bitcoind v0.9.0+
getBlock: 'getblock',
getBlockchainInfo : 'getblockchaininfo', // bitcoind v0.9.2+
getBlockCount: 'getblockcount',

@@ -28,4 +32,8 @@ getBlockHash: 'getblockhash',

getMiningInfo: 'getmininginfo',
getNetTotals: 'getnettotals',
getNetworkInfo: 'getnetworkinfo', // bitcoind v0.9.2+
getNetworkHashPs: 'getnetworkhashps', // bitcoind v0.9.0+
getNewAddress: 'getnewaddress',
getPeerInfo: 'getpeerinfo', // bitcoind v0.7.0+
getRawChangeAddress: 'getrawchangeaddress', // bitcoin v0.9+
getRawMemPool: 'getrawmempool', // bitcoind v0.7.0+

@@ -38,2 +46,4 @@ getRawTransaction: 'getrawtransaction', // bitcoind v0.7.0+

getTxOutSetInfo: 'gettxoutsetinfo', // bitcoind v0.7.0+
getUnconfirmedBalance: 'getunconfirmedbalance', // bitcoind v0.9.0+
getWalletInfo: 'getwalletinfo', // bitcoind v0.9.2+
getWork: 'getwork',

@@ -54,2 +64,3 @@ help: 'help',

move: 'move',
ping: 'ping', // bitcoind v0.9.0+
sendFrom: 'sendfrom',

@@ -67,2 +78,3 @@ sendMany: 'sendmany',

validateAddress: 'validateaddress',
verifyChain: 'verifychain', // bitcoind v0.9.0+
verifyMessage: 'verifymessage',

@@ -69,0 +81,0 @@ walletLock: 'walletlock',

2

package.json
{
"name": "bitcoin",
"description": "Communicate with bitcoind via JSON-RPC",
"version": "2.1.2",
"version": "2.2.0",
"main": "lib/index.js",

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