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

xapi-node

Package Overview
Dependencies
Maintainers
1
Versions
173
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xapi-node - npm Package Compare versions

Comparing version 2.6.2 to 2.7.0

build/v2/core/Socket/Socket.d.ts

2

build/index.d.ts
import { XAPI, XAPIConfig } from './core/XAPI';
import { XAPI as XAPIv2 } from './v2/core/XAPI';
export { XAPIv2 };
import { CALENDAR_RECORD, CHART_LAST_INFO_RECORD, CHART_RANGE_INFO_RECORD, IB_RECORD, NEWS_TOPIC_RECORD, QUOTES_RECORD, RATE_INFO_RECORD, STEP_RECORD, STEP_RULE_RECORD, STREAMING_BALANCE_RECORD, STREAMING_CANDLE_RECORD, STREAMING_KEEP_ALIVE_RECORD, STREAMING_NEWS_RECORD, STREAMING_PROFIT_RECORD, STREAMING_TICK_RECORD, STREAMING_TRADE_RECORD, STREAMING_TRADE_STATUS_RECORD, SYMBOL_RECORD, TICK_RECORD, TRADE_RECORD, TRADE_TRANS_INFO, TRADING_HOURS_RECORD, TRADING_RECORD } from './interface/Definitions';

@@ -3,0 +5,0 @@ import { Candle, CHART_RATE_LIMIT_BY_PERIOD, CMD_FIELD, ConnectionStatus, DAY_FIELD, errorCode, PERIOD_FIELD, REQUEST_STATUS_FIELD, STATE_FIELD, TYPE_FIELD } from './enum/Enum';

4

build/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getProfit = exports.getContractValue = exports.TradeRecord = exports.PendingOrder = exports.OpenPosition = exports.ListenerChild = exports.Timer = exports.Time = exports.parseJsonLogin = exports.errorCode = exports.Candle = exports.ConnectionStatus = exports.CHART_RATE_LIMIT_BY_PERIOD = exports.REQUEST_STATUS_FIELD = exports.STATE_FIELD = exports.TYPE_FIELD = exports.PERIOD_FIELD = exports.DAY_FIELD = exports.CMD_FIELD = void 0;
exports.getProfit = exports.getContractValue = exports.TradeRecord = exports.PendingOrder = exports.OpenPosition = exports.ListenerChild = exports.Timer = exports.Time = exports.parseJsonLogin = exports.errorCode = exports.Candle = exports.ConnectionStatus = exports.CHART_RATE_LIMIT_BY_PERIOD = exports.REQUEST_STATUS_FIELD = exports.STATE_FIELD = exports.TYPE_FIELD = exports.PERIOD_FIELD = exports.DAY_FIELD = exports.CMD_FIELD = exports.XAPIv2 = void 0;
const XAPI_1 = require("./core/XAPI");
const XAPI_2 = require("./v2/core/XAPI");
Object.defineProperty(exports, "XAPIv2", { enumerable: true, get: function () { return XAPI_2.XAPI; } });
const Enum_1 = require("./enum/Enum");

@@ -6,0 +8,0 @@ Object.defineProperty(exports, "Candle", { enumerable: true, get: function () { return Enum_1.Candle; } });

{
"name": "xapi-node",
"version": "2.6.2",
"version": "2.7.0",
"description": "This project makes it possible to get data from Forex market, execute market or limit order with NodeJS/JS through WebSocket connection",

@@ -5,0 +5,0 @@ "exports": {

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