New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.5 to 0.1.6

lib/contract/cfd.js

1

lib/contract/index.js

@@ -12,1 +12,2 @@ /*

exports.stock = require('./stock');
exports.cfd = require('./cfd');

3

lib/socket.js

@@ -30,3 +30,4 @@ /*

this._controller.run('sendAsync', [C.CLIENT_VERSION, this._controller.options.clientId]);
this._controller.run('sendAsync', [C.CLIENT_VERSION]);
this._controller.run('sendAsync', [this._controller.options.clientId]);
};

@@ -33,0 +34,0 @@

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

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

@@ -9,5 +9,3 @@ [![Logo](https://raw.github.com/pilwon/node-ib/master/logo.jpg)](http://interactivebrokers.com/)

If you're looking for a version that wraps Interactive Brokers' official C++ client, check out [Jae Yang (dchem)](https://github.com/dchem)'s [node-ibapi-addon](https://github.com/dchem/node-ibapi-addon).
## Installation

@@ -197,3 +195,3 @@

Copyright (c) 2013-2014 Pilwon Huh
Copyright (c) 2013-2016 Pilwon Huh

@@ -200,0 +198,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

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