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

ib

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ib - npm Package Compare versions

Comparing version 0.1.12 to 0.1.13

lib/order/trailingStop.js

1

lib/order/index.js

@@ -6,1 +6,2 @@ exports.limit = require('./limit');

exports.marketClose = require('./marketClose');
exports.trailingStop = require('./trailingStop');

2

lib/order/stop.js

@@ -7,3 +7,3 @@ var assert = require('assert');

assert(_.isString(action), 'Action must be a string.');
assert(_.isNumber(quantity), 'Quantity must be a string.');
assert(_.isNumber(quantity), 'Quantity must be a number.');
assert(_.isNumber(price), 'Price must be a number.');

@@ -10,0 +10,0 @@

{
"name": "ib",
"description": "Interactive Brokers TWS (or IB Gateway) API client library for Node.js",
"version": "0.1.12",
"version": "0.1.13",
"license": "MIT",

@@ -6,0 +6,0 @@ "author": {

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