Socket
Socket
Sign inDemoInstall

taapi-bot

Package Overview
Dependencies
50
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

config.js

2

index.js

@@ -1,1 +0,1 @@

console.log("TAAPI.IO Bot")
require("./dist/index");
{
"name": "taapi-bot",
"version": "1.0.0",
"description": "TAAPI.IO Bot Package. A convenient way to create bots with javascript",
"version": "1.0.1",
"description": "The source for the package taapi-bot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"start-pm2": "pm2 start index.js --name 'taapi-bot'"
},
"keywords": [
"taapi",
"TAAPI.IO",
"bot",
"trading",
"algo-trading"
],
"author": "Brian Vilhelmsen",
"license": "ISC"
"license": "ISC",
"dependencies": {
"axios": "^0.19.2",
"mongodb": "^3.5.4",
"taapi": "^1.2.3",
"node-schedule": "^1.3.2"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.1"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc