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.3.1 to 4.4.0

10

lib/rest2.js

@@ -1259,2 +1259,12 @@ 'use strict'

/**
* @param {string} authToken - target that will be invalidated
* @param {Function} [cb] - callback
* @returns {Promise} p
*/
invalidateAuthToken (authToken, cb) {
const params = { token: authToken }
return this._makeAuthRequest('/auth/w/token/del', params, cb)
}
/**
* Submit new order

@@ -1261,0 +1271,0 @@ *

2

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

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

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

testMethod('orderMultiOp', '/auth/w/order/multi', '_makeAuthRequest', [['oc_multi', { id: [1] }]])
testMethod('invalidateAuthToken', '/auth/w/token/del', '_makeAuthRequest', 'token')
})
})

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