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.2
to
5.0.3
+16
-16
package.json
{
"name": "bitfinex-api-node",
"version": "5.0.2",
"version": "5.0.3",
"description": "Node reference library for Bitfinex API",

@@ -55,6 +55,6 @@ "engines": {

"dependencies": {
"readline-promise": "^1.0.4",
"blessed": "^0.1.81",
"blessed-contrib": "^4.8.19",
"cli-table3": "^0.6.0",
"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",

@@ -64,15 +64,15 @@ "bfx-api-node-rest": "^4.1.2",

"bfx-api-node-ws1": "^1.0.0",
"bignumber.js": "^9.0.0",
"bluebird": "^3.5.1",
"bignumber.js": "9.0.0",
"bluebird": "3.5.1",
"cbq": "0.0.1",
"crc-32": "^1.2.0",
"debug": "^4.1.1",
"crc-32": "1.2.0",
"debug": "4.1.1",
"lodash": "^4.17.4",
"lodash.throttle": "^4.1.1",
"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"
"lodash.throttle": "4.1.1",
"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"
},

@@ -79,0 +79,0 @@ "standard": {

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