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.7 to 1.4.8

2

dist/cjs/index.js

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

let isRequestValid = true;
if (type != "forex" && (!exchange || exchange == "")) {
if (type == "crypto" && (!exchange || exchange == "")) {
console.log("Exchange is required for this type of request.");

@@ -139,0 +139,0 @@ isRequestValid = false;

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

let isRequestValid = true;
if (type != "forex" && (!exchange || exchange == "")) {
if (type == "crypto" && (!exchange || exchange == "")) {
console.log("Exchange is required for this type of request.");

@@ -134,0 +134,0 @@ isRequestValid = false;

{
"name": "taapi",
"version": "1.4.7",
"version": "1.4.8",
"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