bitcore-payment-protocol
Advanced tools
Comparing version 1.7.0 to 1.8.0
@@ -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
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
373426
21
3293
47
+ Addedasn1.js@4.10.15.4.1(transitive)
+ Addedasn1.js-rfc3280@4.0.0(transitive)
+ Addedasn1.js-rfc5280@3.0.0(transitive)
+ Addedbn.js@4.12.1(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedminimalistic-assert@1.0.1(transitive)
+ Addedsafer-buffer@2.1.2(transitive)
- Removedbitcore-lib@^0.15.0
- Removedbitcore-lib@0.15.0(transitive)
Updatedasn1.js@^5.0.1
Updatedasn1.js-rfc3280@^4.0.0
Updatedasn1.js-rfc5280@^3.0.0
Updatedjsrsasign@^8.0.12
Updatedprotobufjs@=5.0.3