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

3

Changelog.md
# node-bitcoin changelog
## v1.2.1 (2012/04/26)
* Add missing `getBlock` command
## v1.2.0 (2012/04/25)

@@ -4,0 +7,0 @@ * Submoduled testnet-box for running tests

@@ -17,2 +17,3 @@

getBalance: 'getbalance',
getBlock: 'getblock',
getBlockCount: 'getblockcount',

@@ -19,0 +20,0 @@ getBlockHash: 'getblockhash',

2

package.json
{
"name": "bitcoin",
"description": "Communicate with bitcoind via JSON-RPC",
"version": "1.2.0",
"version": "1.2.1",
"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