Huge News!Announcing our $40M Series B led by Abstract Ventures.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.1 to 1.0.2

4

package.json
{
"name": "bfx-api-node-plugin-example",
"version": "1.0.1",
"version": "1.0.2",
"description": "Example plugin for the Bitfinex Node API",

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

"dependencies": {
"bfx-api-node-core": "git+http://github.com/bitfinexcom/bfx-api-node-core.git#semver:^1.1.0",
"bfx-api-node-core": "^1.1.0",
"bluebird": "^3.5.5",

@@ -43,0 +43,0 @@ "debug": "^4.1.1",

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

# Bitfinex Node API Example Plugin
# Bitfinex Example Plugin for the Node.JS API
[![Build Status](https://travis-ci.org/bitfinexcom/bfx-api-node-plugin-example.svg?branch=master)](https://travis-ci.org/bitfinexcom/bfx-api-node-plugin-example)
This repo provides an example plugin which logs all emitted events to the console. For a full list of supported events, see `lib/plugin.js`
This repo provides an example plugin compatible with `bfx-api-node-core` which logs all emitted events to the console.
### Example Usage
### Installation
```bash
npm i --save bfx-api-node-plugin-example
```
### Quickstart & Example
```js
const { Manager } = require('bfx-api-node-core')
const ExamplePlugin = require('bfx-api-node-plugin-example')

@@ -19,2 +26,15 @@

For more information on plugin development, check the [node API wiki](https://github.com/bitfinexcom/bitfinex-api-node/wiki)
### Docs
For a full list of supported events, [see `lib/plugin.js`](/lib/plugin.js).
For a brief executable example, [see `examples/ws2_manager_usage.js`](/examples/ws2_manager_usage.js)
For more information on plugin development, check the [node API wiki](https://github.com/bitfinexcom/bitfinex-api-node/wiki)
### Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

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