Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bitcore-payment-protocol

Package Overview
Dependencies
Maintainers
4
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitcore-payment-protocol - npm Package Compare versions

Comparing version 0.10.1 to 0.10.2

2

bower.json
{
"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 @@ =======

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