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.5.0 to 0.6.0

2

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

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

@@ -12,2 +12,3 @@ 'use strict';

this._inDaily = obj.in.daily;
this._inYearly = obj.in.yearly;
}

@@ -47,3 +48,9 @@ if (obj.out) {

}
},
'inYearly': {
configurable: false,
get: function () {
return this._inYearly;
}
}
});

@@ -36,3 +36,4 @@

in: {
daily: 1000
daily: 1000,
yearly: 1000
},

@@ -60,2 +61,3 @@ out: {

expect(limits.bank.inDaily).toBe(1000);
expect(limits.bank.inYearly).toBe(1000);
expect(limits.bank.outDaily).toBe(1000);

@@ -62,0 +64,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