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 2.3.0 to 2.3.1

3

Changelog.md
# node-bitcoin changelog
## v2.3.1 (2015/06/24)
* add missing `getMempoolInfo` for bitcoind v0.10
## v2.3.0 (2015/02/04)

@@ -4,0 +7,0 @@ * drop node v0.8.x support

2

lib/commands.js

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

getInfo: 'getinfo',
getMempoolInfo: 'getmempoolinfo', // bitcoind v0.10+
getMiningInfo: 'getmininginfo',

@@ -49,3 +50,2 @@ getNetTotals: 'getnettotals',

getWalletInfo: 'getwalletinfo', // bitcoind v0.9.2+
getWork: 'getwork',
help: 'help',

@@ -52,0 +52,0 @@ importAddress: 'importaddress', // bitcoind v0.10.0+

{
"name": "bitcoin",
"description": "Communicate with bitcoind via JSON-RPC",
"version": "2.3.0",
"version": "2.3.1",
"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