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

bfx-api-node-rest

Package Overview
Dependencies
Maintainers
3
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bfx-api-node-rest - npm Package Compare versions

Comparing version 5.1.1 to 5.2.0

7

package.json
{
"name": "bfx-api-node-rest",
"version": "5.1.1",
"version": "5.2.0",
"description": "Official Bitfinex REST v1 & v2 API interfaces",

@@ -40,3 +40,4 @@ "engines": {

"Abhishek Shrestha <abhishek.shrestha@bitfinex.com> (https://www.bitfinex.com)",
"Vigan Abdurrahmani <vigan.abdurrahmani@bitfinex.com> (https://www.bitfinex.com)"
"Vigan Abdurrahmani <vigan.abdurrahmani@bitfinex.com> (https://www.bitfinex.com)",
"Sergio López <sergio.rico@bitfinex.com> (https://www.bitfinex.com)"
],

@@ -48,3 +49,3 @@ "license": "MIT",

"devDependencies": {
"bfx-api-mock-srv": "^1.2.0",
"bfx-api-mock-srv": "^1.5.0",
"chai": "^4.3.7",

@@ -51,0 +52,0 @@ "chai-as-promised": "^7.1.1",

@@ -159,6 +159,22 @@ /* eslint-env mocha */

['payInvoiceComplete', 'invoice_complete', [{}]],
['payCurrencyConversionList', 'pay_settings_convert_list', []],
['payAddCurrencyConversion', 'pay_settings_convert_create', [{}]],
['payRemoveCurrencyConversion', 'pay_settings_convert_remove', [{}]],
['payMerchantDailyLimit', 'pay_settings_daily_limit', [{}]],
['payMerchantSettingsWrite', 'pay_settings_set', [{}]],
['payMerchantSettingsWriteBatch', 'pay_settings_set_batch', [{}]],
['payMerchantSettingsRead', 'pay_settings_get', [{}]],
['payMerchantSettingsList', 'pay_settings_list', [{}]],
['getCoreSettings', 'core_settings', [[]]],
['invalidateAuthToken', 'delete_token', [[]]],
['invalidateAuthToken', 'delete_token', [[{}]]],
['payDepositsUnlinked', 'deposits_unlinked', [{}]],
['movementInfo', 'movement_info.id', [{ id: 'id' }]]
['movementInfo', 'movement_info.id', [{ id: 'id' }]],
['payRefundInvoice','pay_invoice_refund', [{}]],
['payInvoiceMarkRefunded','pay_invoice_mark_refunded', [{}]],
['payInvoiceEvents','pay_invoice_events', [{}]],
['payPublicInvoiceCurrencyDetailed','pay_public_invoice_currency_detailed', [{}]],
['payInvoiceCurrencyDetailed','pay_currency_detailed', [{}]],
['payCurrencyList','pay_currency_list', [{}]],
['payInvoiceUpdate','pay_invoice_update', [{}]],
['payInvoiceCreatePos','pay_invoice_create_pos', [{}]],
]

@@ -165,0 +181,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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