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

ccxt

Package Overview
Dependencies
Maintainers
0
Versions
6805
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ccxt - npm Package Compare versions

Comparing version 4.4.24 to 4.4.25

2

dist/cjs/ccxt.js

@@ -200,3 +200,3 @@ 'use strict';

// this is updated by vss.js when building
const version = '4.4.24';
const version = '4.4.25';
Exchange["default"].ccxtVersion = version;

@@ -203,0 +203,0 @@ const exchanges = {

@@ -7,3 +7,3 @@ import { Exchange } from './src/base/Exchange.js';

import { BaseError, ExchangeError, AuthenticationError, PermissionDenied, AccountNotEnabled, AccountSuspended, ArgumentsRequired, BadRequest, BadSymbol, OperationRejected, NoChange, MarginModeAlreadySet, MarketClosed, ManualInteractionNeeded, InsufficientFunds, InvalidAddress, AddressPending, InvalidOrder, OrderNotFound, OrderNotCached, OrderImmediatelyFillable, OrderNotFillable, DuplicateOrderId, ContractUnavailable, NotSupported, InvalidProxySettings, ExchangeClosedByUser, OperationFailed, NetworkError, DDoSProtection, RateLimitExceeded, ExchangeNotAvailable, OnMaintenance, InvalidNonce, ChecksumError, RequestTimeout, BadResponse, NullResponse, CancelPending, UnsubscribeError } from './src/base/errors.js';
declare const version = "4.4.23";
declare const version = "4.4.24";
import ace from './src/ace.js';

@@ -10,0 +10,0 @@ import alpaca from './src/alpaca.js';

@@ -41,3 +41,3 @@ // ----------------------------------------------------------------------------

// this is updated by vss.js when building
const version = '4.4.24';
const version = '4.4.25';
Exchange.ccxtVersion = version;

@@ -44,0 +44,0 @@ //-----------------------------------------------------------------------------

@@ -12,3 +12,2 @@ import Exchange from './abstract/hitbtc.js';

fetchCurrencies(params?: {}): Promise<Currencies>;
safeNetwork(networkId: any): any;
createDepositAddress(code: string, params?: {}): Promise<{

@@ -15,0 +14,0 @@ currency: string;

{
"name": "ccxt",
"version": "4.4.24",
"version": "4.4.25",
"description": "A JavaScript / TypeScript / Python / C# / PHP cryptocurrency trading library with support for 100+ exchanges",

@@ -5,0 +5,0 @@ "unpkg": "dist/ccxt.browser.min.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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