Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bitcoin-core

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitcoin-core - npm Package Compare versions

Comparing version 4.0.0 to 4.1.0

coverage/clover.xml

12

CHANGELOG.md
# Changelog
## [4.0.0](https://github.com/ruimarinho/bitcoin-core/tree/4.0.0) (2022-07-25)
## [4.1.0](https://github.com/ruimarinho/bitcoin-core/tree/4.1.0) (2022-07-27)
[Full Changelog](https://github.com/ruimarinho/bitcoin-core/compare/v3.1.0...4.0.0)
[Full Changelog](https://github.com/ruimarinho/bitcoin-core/compare/v4.0.0...4.1.0)
**Implemented enhancements:**
- Add support for bitcoin@\>0.19.0 RPC methods [\#142](https://github.com/ruimarinho/bitcoin-core/pull/142) ([joaomatbarbosa](https://github.com/joaomatbarbosa))
## [v4.0.0](https://github.com/ruimarinho/bitcoin-core/tree/v4.0.0) (2022-07-25)
[Full Changelog](https://github.com/ruimarinho/bitcoin-core/compare/v3.1.0...v4.0.0)
**Implemented enhancements:**
- Remove Babel [\#106](https://github.com/ruimarinho/bitcoin-core/pull/106) ([pedrobranco](https://github.com/pedrobranco))

@@ -10,0 +18,0 @@

2

package.json
{
"name": "bitcoin-core",
"version": "4.0.0",
"version": "4.1.0",
"description": "A modern Bitcoin Core REST and RPC client.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -130,2 +130,6 @@ /* eslint-disable no-inline-comments */

},
dumpTxOutset: {
category: 'wallet',
version: '>=0.20.0'
},
dumpWallet: {

@@ -189,2 +193,6 @@ category: 'wallet',

},
generateToDescriptor: {
category: 'generating',
version: '>=0.20.0'
},
getAccount: {

@@ -291,2 +299,6 @@ category: 'wallet',

},
getDeploymentInfo: {
category: 'blockchain',
version: '>=0.23.0'
},
getDescriptorInfo: {

@@ -308,2 +320,6 @@ category: 'util',

},
getIndexInfo: {
category: 'util',
version: '>=0.21.0'
},
getInfo: {

@@ -310,0 +326,0 @@ category: 'control',

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