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.1.1 to 1.1.2

16

lib/order.js

@@ -22,4 +22,8 @@ 'use strict'

mtsTIF: 10,
// placeholder
// placeholder
flags: 12,
status: 13,
// placeholder
// placeholder
price: 16,

@@ -29,4 +33,14 @@ priceAvg: 17,

priceAuxLimit: 19,
// placeholder
// placeholder
// placeholder
notify: 23,
placedId: 25
hidden: 24,
placedId: 25,
// placeholder
// placeholder
routing: 28,
// placeholder
// placeholder
meta: 31
}

@@ -33,0 +47,0 @@

2

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

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

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

model: Order,
boolFields: ['notify'],
boolFields: ['notify', 'hidden'],
orderedFields: [

@@ -17,3 +17,3 @@ 'id', 'gid', 'cid', 'symbol', 'mtsCreate', 'mtsUpdate', 'amount',

null, 'price', 'priceAvg', 'priceTrailing', 'priceAuxLimit', null, null,
null, 'notify', null, 'placedId'
null, 'notify', 'hidden', 'placedId', null, null, 'routing', null, null, 'meta'
]

@@ -20,0 +20,0 @@ })

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