bitcore-payment-protocol
Advanced tools
Comparing version 0.10.1 to 0.10.2
{ | ||
"name": "bitcore-payment-protocol", | ||
"main": "./bitcore-payment-protocol.min.js", | ||
"version": "0.10.1", | ||
"version": "0.10.2", | ||
"homepage": "https://github.com/bitpay/bitcore-payment-protocol", | ||
@@ -6,0 +6,0 @@ "authors": [ |
@@ -92,7 +92,7 @@ --- | ||
var version = pr.get('payment_details_version'); | ||
var pki_type = pr.get('pki_type'); | ||
var pki_data = pr.get('pki_data'); | ||
var serializedDetails = pr.get('serialized_payment_details'); | ||
var signature = pr.get('signature'); | ||
var version = request.get('payment_details_version'); | ||
var pki_type = request.get('pki_type'); | ||
var pki_data = request.get('pki_data'); | ||
var serializedDetails = request.get('serialized_payment_details'); | ||
var signature = request.get('signature'); | ||
@@ -99,0 +99,0 @@ // Verify the signature |
{ | ||
"name": "bitcore-payment-protocol", | ||
"version": "0.10.1", | ||
"version": "0.10.2", | ||
"description": "Payment Protocol (BIP70 and related) support for bitcore", | ||
@@ -46,3 +46,3 @@ "author": "BitPay <dev@bitpay.com>", | ||
"asn1.js": "=0.4.1", | ||
"bitcore": "^0.10.2", | ||
"bitcore": "^0.11.4", | ||
"jsrsasign": "=0.0.3", | ||
@@ -49,0 +49,0 @@ "protobufjs": "=3.0.0" |
@@ -0,1 +1,2 @@ | ||
<img src="http://bitcore.io/css/images/module-payment-protocol.png" alt="bitcore payment protocol" height="35"> | ||
BIP70 Payment Protocol support for bitcore | ||
@@ -2,0 +3,0 @@ ======= |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
307153
47
+ Addedbitcore@0.11.7(transitive)
- Removedbitcore@0.10.4(transitive)
Updatedbitcore@^0.11.4