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

bitcoin-coinify-client

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitcoin-coinify-client - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

Changelog.md

2

package.json
{
"name": "bitcoin-coinify-client",
"version": "0.3.0",
"version": "0.3.1",
"description": "Buy and sell Bitcoin using Coinify API.",

@@ -5,0 +5,0 @@ "repository": {

@@ -126,3 +126,5 @@ var Exchange = require('bitcoin-exchange-client');

var getToken = function () {
return this.delegate.getToken.bind(this.delegate)('coinify', {walletAge: true});
// Coinify doesn't support "partner" param yet
// return this.delegate.getToken.bind(this.delegate)('coinify', {walletAge: true});
return this.delegate.getToken.bind(this.delegate)(null, {walletAge: true});
};

@@ -129,0 +131,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