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 1.1.0 to 1.1.1

8

lib/bitcoin/client.js

@@ -10,2 +10,3 @@

backupWallet: 'backupwallet',
encryptWallet: 'encryptwallet',
getAccount: 'getaccount',

@@ -29,2 +30,3 @@ getAccountAddress: 'getaccountaddress',

help: 'help',
keypoolRefill: 'keypoolrefill',
listAccounts: 'listaccounts',

@@ -36,6 +38,12 @@ listReceivedByAccount: 'listreceivedbyaccount',

sendFrom: 'sendfrom',
sendMany: 'sendmany',
sendToAddress: 'sendtoaddress',
setAccount: 'setaccount',
setGenerate: 'setgenerate',
setTxFee: 'settxfee',
stop: 'stop',
validateAddress: 'validateaddress',
walletLock: 'walletlock',
walletPassphrase: 'walletpassphrase',
walletPassphraseChange: 'walletpassphrasechange',
};

@@ -42,0 +50,0 @@

16

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

@@ -10,14 +10,16 @@ "keywords": [

],
"author": "Bill Casarin <bill@casarin.ca> (jb55.com)",
"dependencies": {
"underscore": ">= 1.0.3"
},
"repository": {
"type": "git",
"url": "https://jb55@github.com/jb55/node-bitcoin.git"
"url": "git://github.com/jb55/node-bitcoin.git"
},
"devDependencies": {
"vows": "*"
},
"engines": {
"node": "*"
}
}
}
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