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 3.1.0 to 4.0.0

coverage/base.css

12

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

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

20

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

@@ -20,3 +20,3 @@ "keywords": [

},
"main": "dist/src/index.js",
"main": "src/index.js",
"repository": {

@@ -31,7 +31,5 @@ "type": "git",

"lint": "eslint src test",
"prepublish": "npm run transpile",
"test": "NODE_ENV=test mocha $npm_package_options_mocha",
"testdocker": "docker-compose run --rm sut",
"transpile": "rm -rf dist/* && babel src --out-dir dist/src",
"version": "npm run changelog --future-release=$npm_package_version && npm run transpile && git add -A CHANGELOG.md dist"
"version": "npm run changelog --future-release=$npm_package_version && git add -A CHANGELOG.md"
},

@@ -48,10 +46,2 @@ "dependencies": {

"devDependencies": {
"@babel/cli": "7.0.0-beta.32",
"@babel/core": "7.0.0-beta.32",
"@babel/plugin-transform-async-to-generator": "7.0.0-beta.32",
"@babel/polyfill": "7.0.0-beta.32",
"@babel/preset-env": "7.0.0-beta.32",
"@babel/register": "7.0.0-beta.32",
"babel-eslint": "^8.0.0",
"babel-plugin-istanbul": "^4.1.5",
"eslint": "4.11.0",

@@ -66,3 +56,3 @@ "eslint-config-uphold": "0.0.1",

"engines": {
"node": ">=4"
"node": ">=7"
},

@@ -78,3 +68,3 @@ "nyc": {

"options": {
"mocha": "--require @babel/register --require @babel/polyfill --timeout 20000 --recursive --require should"
"mocha": "--timeout 20000 --recursive --require should"
},

@@ -81,0 +71,0 @@ "pre-commit": [

Sorry, the diff of this file is not supported yet

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