New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bfx-api-node-plugin-example

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bfx-api-node-plugin-example - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.eslintrc

16

lib/plugin.js

@@ -17,3 +17,3 @@ 'use strict'

'ws:created': wsHandler.bind(null, 'ws:created'),
'ws:destroyed': wsHandler.bind(null, 'ws:destroyed'),
'ws:destroyed': wsHandler.bind(null, 'ws:destroyed')
},

@@ -25,3 +25,3 @@

error: wsHandler.bind(null, 'error'),
close: wsHandler.bind(null, 'close'),
close: wsHandler.bind(null, 'close')
},

@@ -38,3 +38,3 @@

config: wsHandler.bind(null, 'config'),
error: wsHandler.bind(null, 'error'),
error: wsHandler.bind(null, 'error')
},

@@ -46,3 +46,3 @@

candles: wsHandler.bind(null, 'candles'),
book: wsHandler.bind(null, 'book'),
book: wsHandler.bind(null, 'book')
},

@@ -79,10 +79,10 @@

ws: wsHandler.bind(null, 'ws'), // wallet snapshot
wu: wsHandler.bind(null, 'wu'), // wallet update
bu: wsHandler.bind(null, 'bu'), // balance update
ws: wsHandler.bind(null, 'ws'), // wallet snapshot
wu: wsHandler.bind(null, 'wu'), // wallet update
bu: wsHandler.bind(null, 'bu'), // balance update
miu: wsHandler.bind(null, 'miu'), // margin info update
fiu: wsHandler.bind(null, 'fiu'), // funding info update
fte: wsHandler.bind(null, 'fte'), // funding trade exec
ftu: wsHandler.bind(null, 'ftu'), // funding trade update
ftu: wsHandler.bind(null, 'ftu') // funding trade update
}
}))
{
"name": "bfx-api-node-plugin-example",
"version": "1.0.0",
"version": "1.0.1",
"description": "Example plugin for the Bitfinex Node API",

@@ -23,4 +23,7 @@ "engines": {

],
"author": "Bitfinex",
"contributors": [
"Cris Mihalache <cris.m@bitfinex.com> (https://www.bitfinex.com)"
"Cris Mihalache <cris.m@bitfinex.com> (https://www.bitfinex.com)",
"Jacob Plaster <jacob.plaster@bitfinex.com> (https://www.bitfinex.com)",
"Paolo Ardoino <paolo@bitfinex.com> (https://www.bitfinex.com)"
],

@@ -32,12 +35,13 @@ "license": "MIT",

"devDependencies": {
"chai": "^3.4.1",
"mocha": "^3.4.2",
"standard": "^10.0.2"
"babel-eslint": "^10.0.3",
"chai": "^4.2.0",
"mocha": "^6.2.0",
"standard": "^14.1.0"
},
"dependencies": {
"bfx-api-node-core": "^1.0.0",
"bluebird": "^3.5.1",
"debug": "^2.2.0",
"lodash": "^4.17.4"
"bfx-api-node-core": "git+http://github.com/bitfinexcom/bfx-api-node-core.git#semver:^1.1.0",
"bluebird": "^3.5.5",
"debug": "^4.1.1",
"lodash": "^4.17.15"
}
}
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