Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "coinswitch", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Coinswitch.co API javascript client", | ||
@@ -34,4 +34,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"cross-fetch": "^2.2.3", | ||
"debug": "^3.1.0" | ||
"cross-fetch": "^3.0.0", | ||
"debug": "^4.1.0" | ||
}, | ||
@@ -38,0 +38,0 @@ "devDependencies": { |
@@ -1,2 +0,2 @@ | ||
# coinswitch [![NPM Version](https://img.shields.io/npm/v/coinswitch.svg)](https://www.npmjs.com/package/coinswitch) ![node](https://img.shields.io/node/v/coinswitch.svg) [![Dependency Status](https://david-dm.org/roccomuso/coinswitch.png)](https://david-dm.org/roccomuso/coinswitch) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) | ||
# coinswitch [![NPM Version](https://img.shields.io/npm/v/coinswitch.svg)](https://www.npmjs.com/package/coinswitch) ![node](https://img.shields.io/node/v/coinswitch.svg) [![Dependency Status](https://david-dm.org/roccomuso/coinswitch.png)](https://david-dm.org/roccomuso/coinswitch) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) [<img width="100" align="right" src="https://raw.githubusercontent.com/roccomuso/coinswitch/master/altcoins.png?sanitize=true" alt="bitcoin">](https://github.com/roccomuso/coinswitch) | ||
@@ -72,3 +72,3 @@ > Browser and Node.js [Coinswitch.co](https://coinswitch.com) API client | ||
destinationAddress: { address: 'LXdmzmqSALB1DbJyA43b6prQCXKn1J6SdV' }, | ||
refundAddress: { address: '16iL2ZM4CfeiH3CrtrNjGVgR6ja2p5AFec' } | ||
refundAddress: { address: '1KcuzqzcvkpY3K8eoNgmKbqhFvoeQXAoPa' } | ||
}) | ||
@@ -116,3 +116,3 @@ | ||
destinationAddress: { address: 'LXdmzmqSALB1DbJyA43b6prQCXKn1J6SdV' }, | ||
refundAddress: { address: '16iL2ZM4CfeiH3CrtrNjGVgR6ja2p5AFec' } | ||
refundAddress: { address: '1KcuzqzcvkpY3K8eoNgmKbqhFvoeQXAoPa' } | ||
} | ||
@@ -119,0 +119,0 @@ ``` |
@@ -202,3 +202,3 @@ const test = require('tape') | ||
destinationAddress: { address: 'LXdmzmqSALB1DbJyA43b6prQCXKn1J6SdV' }, | ||
refundAddress: { address: '16iL2ZM4CfeiH3CrtrNjGVgR6ja2p5AFec' } | ||
refundAddress: { address: '1KcuzqzcvkpY3K8eoNgmKbqhFvoeQXAoPa' } | ||
}) | ||
@@ -205,0 +205,0 @@ |
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
86152
+ Addedcross-fetch@3.1.8(transitive)
+ Addeddebug@4.3.7(transitive)
- Removedcross-fetch@2.2.6(transitive)
- Removeddebug@3.2.7(transitive)
- Removedwhatwg-fetch@2.0.4(transitive)
Updatedcross-fetch@^3.0.0
Updateddebug@^4.1.0