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 1.7.0 to 1.8.0

6

gulpfile.js

@@ -1,5 +0,3 @@

'use strict';
var startGulp = require('bitcore-build');
Object.assign(exports, startGulp('payment-protocol'))
var gulp_bitcore = require('bitcore-build');
gulp_bitcore('payment-protocol');
{
"name": "bitcore-payment-protocol",
"version": "1.7.0",
"version": "1.8.0",
"description": "Payment Protocol (BIP70 and related) support for bitcore",

@@ -52,18 +52,20 @@ "author": "BitPay <dev@bitpay.com>",

"dependencies": {
"asn1.js": "=4.9.1",
"asn1.js-rfc3280": "=4.0.0",
"asn1.js-rfc5280": "=2.0.0",
"bitcore-lib": "^0.15.0",
"asn1.js": "^5.0.1",
"asn1.js-rfc3280": "^4.0.0",
"asn1.js-rfc5280": "^3.0.0",
"bs58": "^4.0.1",
"jsrsasign": "^8.0.4",
"protobufjs": "=5.0.1"
"jsrsasign": "^8.0.12",
"protobufjs": "=5.0.3"
},
"peerDependencies": {
"bitcore-lib": "=0.16.0"
},
"devDependencies": {
"bitcore-build": "https://github.com/bitpay/bitcore-build.git#d4e8b2b2f1e2c065c3a807dcb6a6250f61d67ab3",
"brfs": "^1.2.0",
"chai": "~1.10.0",
"gulp": "^3.8.10",
"sinon": "^1.17.3"
"bitcore-build": "https://github.com/bitpay/bitcore-build.git#1023e8a99cd42b9241ccafe8e34c52f308c10284",
"brfs": "^2.0.1",
"chai": "^4.2.0",
"gulp": "^4.0.0",
"sinon": "^7.1.1"
},
"license": "MIT"
}

@@ -12,3 +12,3 @@ Bitcore Payment Protocol

This library is distributed in both the npm and bower packaging systems.
This library is distributed in both the npm packaging systems.

@@ -20,6 +20,2 @@ ```sh

```sh
bower install bitcore-lib
bower install bitcore-payment-protocol
```

@@ -26,0 +22,0 @@ There are many examples of how to use it on the developer guide [section for payment protocol](https://bitcore.io/api/paypro). For example, the following code would verify a payment request:

Sorry, the diff of this file is not supported yet

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