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

bfx-api-node-models

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bfx-api-node-models - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

6

lib/order.js

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

typePrev: 9,
mtsTIF: 10,
flags: 12,

@@ -427,3 +428,6 @@ status: 13,

flags: this.flags || 0,
meta: this.meta // optional
meta: this.meta, // optional
// optional, populated only for new orders; it is mtsTIF for existing orders
tif: this.tif
}

@@ -430,0 +434,0 @@

2

package.json
{
"name": "bfx-api-node-models",
"version": "1.0.7",
"version": "1.0.8",
"description": "Object models for usage with the Bitfinex node API",

@@ -5,0 +5,0 @@ "engines": {

@@ -14,3 +14,3 @@ /* eslint-env mocha */

'id', 'gid', 'cid', 'symbol', 'mtsCreate', 'mtsUpdate', 'amount',
'amountOrig', 'type', 'typePrev', null, null, 'flags', 'status', null,
'amountOrig', 'type', 'typePrev', 'mtsTIF', null, 'flags', 'status', null,
null, 'price', 'priceAvg', 'priceTrailing', 'priceAuxLimit', null, null,

@@ -17,0 +17,0 @@ null, 'notify', null, 'placedId'

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