Huge News!Announcing our $40M Series B led by Abstract Ventures.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 2.4.0 to 3.0.0

LICENSE

9

Changelog.md
# node-bitcoin changelog
## v3.0.0 (2015/10/18)
* make public domain license explicit
* remove commands dropped in bitcoind v0.11
* `getHashesPerSecond`
* `getHashesPerSec`
* add missing commands for bitcoind v0.11
* `generate`
* `verifyTxOutProof`
## v2.4.0 (2015/07/16)

@@ -4,0 +13,0 @@ * don't lazy-load http/https modules

4

lib/commands.js

@@ -14,2 +14,3 @@ module.exports = {

estimatePriority: 'estimatepriority', // bitcoind v0.10.0+
generate: 'generate', // bitcoind v0.11.0+
getAccount: 'getaccount',

@@ -30,4 +31,2 @@ getAccountAddress: 'getaccountaddress',

getGenerate: 'getgenerate',
getHashesPerSecond: 'gethashespersec',
getHashesPerSec: 'gethashespersec',
getInfo: 'getinfo',

@@ -84,2 +83,3 @@ getMempoolInfo: 'getmempoolinfo', // bitcoind v0.10+

verifyMessage: 'verifymessage',
verifyTxOutProof: 'verifytxoutproof', // bitcoind v0.11.0+
walletLock: 'walletlock',

@@ -86,0 +86,0 @@ walletPassphrase: 'walletpassphrase',

{
"name": "bitcoin",
"description": "Communicate with bitcoind via JSON-RPC",
"version": "2.4.0",
"version": "3.0.0",
"main": "lib/index.js",

@@ -16,4 +16,4 @@ "keywords": [

"devDependencies": {
"clone": "^0.1.18",
"mocha": "^2.1.0"
"clone": "^1.0.2",
"mocha": "^2.3.3"
},

@@ -30,3 +30,11 @@ "optionalDependencies": {},

"test": "make test"
}
},
"bugs": {
"url": "https://github.com/freewil/node-bitcoin/issues"
},
"homepage": "https://github.com/freewil/node-bitcoin#readme",
"directories": {
"test": "test"
},
"license": "Unlicense"
}
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