Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bfx-api-node-plugin-seq-audit

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bfx-api-node-plugin-seq-audit - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

6

package.json
{
"name": "bfx-api-node-plugin-seq-audit",
"version": "1.0.1",
"version": "1.0.2",
"description": "Automatic sequence number verification plugin for the Bitfinex Node API",

@@ -34,4 +34,4 @@ "engines": {

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

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

@@ -1,2 +0,2 @@

# Bitfinex Node API Sequence Number Audit Plugin
# Bitfinex Sequence Number Audit Plugin for the Node.JS API

@@ -9,8 +9,15 @@ [![Build Status](https://travis-ci.org/bitfinexcom/bfx-api-node-plugin-seq-audit.svg?branch=master)](https://travis-ci.org/bitfinexcom/bfx-api-node-plugin-seq-audit)

### Example
```js
'use strict'
### Features
process.env.DEBUG = '*'
* Automatically enables sequence numbers on all connections
* Emits a `ws2:error` event in case of sequence number miss-match
### Installation
```bash
npm i --save bfx-api-node-plugin-seq-audit
```
### Quickstart & Example
```js
const debug = require('debug')('bfx:api:plugins:seq-audit:example')

@@ -39,1 +46,13 @@ const { Manager, subscribe } = require('bfx-api-node-core')

```
### Docs
For an executable example, [see `examples/usage.js`](/examples/usage.js)
### 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