You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

bitcore-lib

Package Overview
Dependencies
Maintainers
3
Versions
122
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

to
10.8.8

4

lib/crypto/ecdsa.js

@@ -215,4 +215,4 @@ 'use strict';

return new Signature({
s,
r,
s: BN.fromBuffer(s.toBuffer({ endian }), { endian }),
r: BN.fromBuffer(r.toBuffer({ endian }), { endian }),
compressed: privkey.publicKey.compressed

@@ -219,0 +219,0 @@ });

{
"name": "bitcore-lib",
"version": "10.8.0",
"version": "10.8.8",
"description": "A pure and powerful JavaScript Bitcoin library.",

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

"devDependencies": {
"bitcore-build": "^10.5.3",
"bitcore-build": "^10.8.8",
"brfs": "^2.0.1",

@@ -55,3 +55,3 @@ "chai": "^4.2.0",

"license": "MIT",
"gitHead": "2fed5b3cfc7ee64737bc471bb4d246270da52b59"
"gitHead": "ea1cf3d90b210f1ccededcab69b91f3e7f51ac49"
}