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

bitfinex

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitfinex - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

9

lib/bitfinex.js

@@ -135,4 +135,8 @@ // Generated by CoffeeScript 1.8.0

Bitfinex.prototype.new_order = function(symbol, amount, price, exchange, side, type, cb) {
Bitfinex.prototype.new_order = function(symbol, amount, price, exchange, side, type, is_hidden, cb) {
var params;
if (typeof is_hidden === 'function') {
cb = is_hidden;
is_hidden = false;
}
params = {

@@ -144,3 +148,4 @@ symbol: symbol,

side: side,
type: type
type: type,
is_hidden: is_hidden
};

@@ -147,0 +152,0 @@ return this.make_request('order/new', params, cb);

{
"name": "bitfinex",
"version": "0.3.0",
"version": "0.3.1",
"gypfile": true,

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

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