bitcore-lib
Advanced tools
Comparing version
@@ -215,4 +215,4 @@ 'use strict'; | ||
return new Signature({ | ||
s: BN.fromBuffer(s.toBuffer({ endian }), { endian }), | ||
r: BN.fromBuffer(r.toBuffer({ endian }), { endian }), | ||
s: BN.fromBuffer(s.toBuffer()), | ||
r: BN.fromBuffer(r.toBuffer()), | ||
compressed: privkey.publicKey.compressed | ||
@@ -219,0 +219,0 @@ }); |
{ | ||
"name": "bitcore-lib", | ||
"version": "10.8.8", | ||
"version": "10.8.9", | ||
"description": "A pure and powerful JavaScript Bitcoin library.", | ||
@@ -54,3 +54,3 @@ "author": "BitPay <dev@bitpay.com>", | ||
"license": "MIT", | ||
"gitHead": "ea1cf3d90b210f1ccededcab69b91f3e7f51ac49" | ||
"gitHead": "bf0d795319d64df6e12a65cb3370c9d23eb3d856" | ||
} |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
14756247
0