Socket
Socket
Sign inDemoInstall

bitcore-lib

Package Overview
Dependencies
Maintainers
0
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitcore-lib - npm Package Compare versions

Comparing version 10.3.0 to 10.5.2

17

lib/networks.js

@@ -216,3 +216,3 @@ 'use strict';

networkMagic: 0x0a03cf40,
port: 38332,
port: 38333,
dnsSeeds: [

@@ -224,2 +224,17 @@ '178.128.221.177',

]
}, {
name: 'testnet4',
networkMagic: 0x1c163f28,
port: 48333,
dnsSeeds: [
'18.189.156.102',
'18.201.207.55',
'51.158.248.8',
'57.128.176.163',
'82.67.102.15',
'88.99.248.50',
'95.217.73.162',
'103.99.171.212',
'103.165.192.210',
]
}]

@@ -226,0 +241,0 @@ });

4

package.json
{
"name": "bitcore-lib",
"version": "10.3.0",
"version": "10.5.2",
"description": "A pure and powerful JavaScript Bitcoin library.",

@@ -54,3 +54,3 @@ "author": "BitPay <dev@bitpay.com>",

"license": "MIT",
"gitHead": "eafcf339de16d7b29642597c65670388825c306c"
"gitHead": "c54aa12e4732f6d6b40b2e6309efa8c14acb6d3d"
}
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