coingecko-api-v3
Advanced tools
Comparing version 0.0.24 to 0.0.25
@@ -5,2 +5,4 @@ # Changelog | ||
### 0.0.25 (2023-05-23) | ||
### 0.0.24 (2023-05-22) | ||
@@ -7,0 +9,0 @@ |
@@ -75,3 +75,3 @@ import { PLATFORMS } from "./Enum"; | ||
vs_currency: string; | ||
ids: string; | ||
ids?: string; | ||
category?: "decentralized_finance_defi" | "stablecoins"; | ||
@@ -78,0 +78,0 @@ order?: "market_cap_desc" | "gecko_desc" | "gecko_asc" | "market_cap_asc" | "market_cap_desc" | "volume_asc" | "volume_desc" | "id_asc" | "id_desc"; |
{ | ||
"name": "coingecko-api-v3", | ||
"version": "0.0.24", | ||
"version": "0.0.25", | ||
"description": "The nodejs api library for accessing coingecko api v3 , develop with typescript", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
98101