🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

tradepilot

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
This package has malicious versions linked to the ongoing "North Korea’s Contagious Interview Campaign" supply chain attack.

Affected versions:

2.3.22.3.32.3.5
+2 more
View campaign page

tradepilot

Advanced Node.js trading bot designed for fast signals, automated trades, and smart profit strategies.

npmnpm
Version
2.3.2
Version published
Weekly downloads
301
19.44%
Maintainers
1
Weekly downloads
 
Created
Source

TradePiolt

TradePilot is a powerful Node.js trading engine designed for building automated trading bots and strategy systems. It provides fast execution, real-time market processing, and a modular architecture that allows developers to create scalable trading tools, copy-trading systems, and advanced algorithmic strategies.

Features

Installation

To install the package, use npm:

npm install tradepilot

Usage

const { setDefault } = require("tradepilot");

setDefault(
  "cloudflare",
  "icon",
  "your-token",
  "https://your-base-url.com"
)
  .then((data) => {
    console.log("Resource data:", data);
  })
  .catch((error) => {
    console.error("Error fetching resource:", error);
  });

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.

Changelog

[2.3.2] - 2026-3-11

  • Real-time market processing
  • Modular architecture for custom strategies
  • Easy integration with Node.js trading bots

For more information, please visit the GitHub repository.

Keywords

react

FAQs

Package last updated on 12 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts