New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@stoqey/ibkr

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stoqey/ibkr - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

1

dist/index.js

@@ -78,3 +78,4 @@ "use strict";

__export(require("./portfolios"));
__export(require("./realtime"));
exports.default = ibkr;
//# sourceMappingURL=index.js.map

2

dist/realtime/price.updates.d.ts

@@ -8,3 +8,3 @@ interface SymbolSubscribers {

}
declare class PriceUpdates {
export declare class PriceUpdates {
ib: any;

@@ -11,0 +11,0 @@ subscribers: SymbolSubscribers;

@@ -98,3 +98,4 @@ "use strict";

}());
exports.PriceUpdates = PriceUpdates;
exports.default = PriceUpdates;
//# sourceMappingURL=price.updates.js.map
{
"name": "@stoqey/ibkr",
"private": false,
"version": "0.0.5",
"version": "0.0.6",
"description": "NodeJS Interactive Brokers wrapper & utilities",

@@ -21,3 +21,3 @@ "main": "dist/index.js",

"prepare": "npm run build",
"prepublishOnly": "npm run build && npm test"
"prepublishOnly": "npm test"
},

@@ -57,4 +57,2 @@ "engines": {

"chai": "^4.2.0",
"chalk": "^4.0.0",
"dotenv": "^8.2.0",
"mocha": "^7.1.1",

@@ -71,2 +69,4 @@ "rimraf": "^2.5.4",

"dependencies": {
"chalk": "^4.0.0",
"dotenv": "^8.2.0",
"ib": "^0.2.7",

@@ -73,0 +73,0 @@ "lodash": "^4.17.15",

@@ -85,3 +85,3 @@

```ts
import AccountHistoryData from '@stoqey/ibkr/dist/history/history.data';
import { AccountHistoryData } from '@stoqey/ibkr';

@@ -103,3 +103,3 @@ // 1. Async

```ts
import PriceUpdates from '@stoqey/ibkr/dist/realtime/price.updates';
import { PriceUpdates } from '@stoqey/ibkr';

@@ -106,0 +106,0 @@ PriceUpdates.Instance; // init

Sorry, the diff of this file is not supported yet

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