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

@stock-bot/bot

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stock-bot/bot - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

3

lib/bot.js

@@ -12,5 +12,6 @@ "use strict";

const modules_1 = require("@stock-bot/modules");
console.log("IEXService: ", modules_1.default);
function test() {
return __awaiter(this, void 0, void 0, function* () {
let s = yield modules_1.IEXService.getSymboleQuote("aapl");
let s = yield modules_1.default.getSymbolQuote("aapl");
console.log(s);

@@ -17,0 +18,0 @@ });

{
"name": "@stock-bot/bot",
"version": "0.0.7",
"version": "0.0.8",
"description": "> TODO: description",

@@ -23,3 +23,3 @@ "author": "Steffan <skbrown333@gmail.com>",

"tsc": "tsc",
"start": "ts-node src/index.ts"
"start": "ts-node src/bot.ts"
},

@@ -29,5 +29,5 @@ "bugs": {

},
"gitHead": "f121e91e466fd8b7e06a2a098324890b394e673c",
"gitHead": "a28b7423569e0057b08011131b8e4c34572f107b",
"dependencies": {
"@stock-bot/modules": "^0.0.7",
"@stock-bot/modules": "^0.0.8",
"@types/axios": "^0.14.0",

@@ -34,0 +34,0 @@ "axios": "^0.19.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