New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

bitfinex-api-node

Package Overview
Dependencies
Maintainers
4
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitfinex-api-node - npm Package Compare versions

Comparing version
5.0.4
to
6.0.0
+8
-0
CHANGELOG

@@ -0,1 +1,9 @@

6.0.0
- removed unused deps: chai, request-promise, request, crc-32
- removed bluebird Promise
- update params of submitOrder and cancelOrders methods of WS transport to support new rest api signature
- bumped bfx-api-node-rest version up to 5.1.1, breaks previous versions compatibility
- bumped mocha, jsdoc-to-markdown, docdash, blessed-contrib, ws versions to fix vulnerabilities
- moved dev deps readline-promise, blessed, blessed-contrib, cli-table3, p-iteration into corresponding section
5.0.4

@@ -2,0 +10,0 @@ - fix: public funding trade parsing

+0
-1

@@ -9,3 +9,2 @@ 'use strict'

const _pick = require('lodash/pick')
const Promise = require('bluebird')
const PromiseThrottle = require('promise-throttle')

@@ -12,0 +11,0 @@ const WSv2 = require('./transports/ws2')

{
"name": "bitfinex-api-node",
"version": "5.0.4",
"version": "6.0.0",
"description": "Node reference library for Bitfinex API",
"engines": {
"node": ">=8.3.0"
"node": ">=16.20.0"
},

@@ -45,8 +45,12 @@ "main": "index.js",

"bfx-api-mock-srv": "^1.0.4",
"chai": "^4.2.0",
"docdash": "^1.2.0",
"blessed": "0.1.81",
"blessed-contrib": "4.11.0",
"cli-table3": "0.6.0",
"docdash": "^2.0.1",
"dotenv": "^8.2.0",
"husky": "^4.2.3",
"jsdoc-to-markdown": "^5.0.1",
"mocha": "^7.1.0",
"jsdoc-to-markdown": "^8.0.0",
"mocha": "^10.2.0",
"p-iteration": "1.1.8",
"readline-promise": "1.0.4",
"socks-proxy-agent": "^5.0.0",

@@ -56,14 +60,8 @@ "standard": "^16.0.3"

"dependencies": {
"readline-promise": "1.0.4",
"blessed": "0.1.81",
"blessed-contrib": "4.8.19",
"cli-table3": "0.6.0",
"bfx-api-node-models": "^1.4.0",
"bfx-api-node-rest": "^4.1.2",
"bfx-api-node-models": "^1.7.1",
"bfx-api-node-rest": "^5.1.1",
"bfx-api-node-util": "^1.0.10",
"bfx-api-node-ws1": "^1.0.0",
"bignumber.js": "9.0.0",
"bluebird": "3.5.1",
"cbq": "0.0.1",
"crc-32": "1.2.0",
"debug": "4.1.1",

@@ -73,7 +71,4 @@ "lodash": "^4.17.4",

"lossless-json": "1.0.3",
"p-iteration": "1.1.8",
"promise-throttle": "1.0.1",
"request": "2.67.0",
"request-promise": "4.2.0",
"ws": "7.2.1"
"ws": "7.5.9"
},

@@ -80,0 +75,0 @@ "standard": {

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