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

taapi

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

taapi - npm Package Compare versions

Comparing version 1.4.3 to 1.4.4

2

dist/cjs/index.d.ts

@@ -15,4 +15,4 @@ declare class Taapi {

executeBulk(type?: string, params?: {}): Promise<any>;
getExchangeSymbols(type: string, exchange: string, quoteAsset: string): Promise<any>;
getExchangeSymbols(type: string, exchange: string, quoteAsset?: string): Promise<any>;
}
export default Taapi;

@@ -126,3 +126,3 @@ "use strict";

}
getExchangeSymbols(type, exchange, quoteAsset) {
getExchangeSymbols(type, exchange, quoteAsset = "") {
return __awaiter(this, void 0, void 0, function* () {

@@ -129,0 +129,0 @@ let result = null;

@@ -15,4 +15,4 @@ declare class Taapi {

executeBulk(type?: string, params?: {}): Promise<any>;
getExchangeSymbols(type: string, exchange: string, quoteAsset: string): Promise<any>;
getExchangeSymbols(type: string, exchange: string, quoteAsset?: string): Promise<any>;
}
export default Taapi;

@@ -121,3 +121,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

}
getExchangeSymbols(type, exchange, quoteAsset) {
getExchangeSymbols(type, exchange, quoteAsset = "") {
return __awaiter(this, void 0, void 0, function* () {

@@ -124,0 +124,0 @@ let result = null;

{
"name": "taapi",
"version": "1.4.3",
"version": "1.4.4",
"description": "A wrapper and a client for the TAAPI.IO API",

@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js",

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