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 4.1.4 to 4.2.0

16

lib/rest2.js

@@ -1727,2 +1727,18 @@ 'use strict'

}
/**
* @param {object} params - query parameters
* @param {string} params.id - unique invoice identifier
* @param {string} params.payCcy - paid invoice currency, should be one of values under payCurrencies field
* on invoice
* @param {number} [params.depositId] - movement/deposit Id linked to invoice as payment
* @param {number} [params.ledgerId] - ledger entry Id linked to invoice as payment, use either depositId
* or ledgerId
* @param {Function} [cb] - callback
* @returns {Promise} p
* @see https://docs.bitfinex.com/reference#complete-invoice
*/
payInvoiceComplete (params, cb) {
return this._makeAuthRequest('/auth/w/ext/pay/invoice/complete', params, cb)
}
}

@@ -1729,0 +1745,0 @@

6

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

@@ -46,3 +46,3 @@ "engines": {

"devDependencies": {
"bfx-api-mock-srv": "^1.1.3",
"bfx-api-mock-srv": "^1.1.5",
"chai": "^4.2.0",

@@ -67,3 +67,3 @@ "docdash": "^1.2.0",

"dependencies": {
"bfx-api-node-models": "^1.3.1",
"bfx-api-node-models": "file:../bfx-api-node-models",
"bfx-api-node-util": "^1.0.4",

@@ -70,0 +70,0 @@ "bluebird": "^3.5.5",

@@ -157,3 +157,4 @@ /* eslint-env mocha */

['payInvoiceCreate', 'invoice_submit', [{}]],
['payInvoiceList', 'invoice_list', [{}]]
['payInvoiceList', 'invoice_list', [{}]],
['payInvoiceComplete', 'invoice_complete', [{}]]
]

@@ -160,0 +161,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

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