investing-com-api
Advanced tools
Comparing version 4.2.0 to 4.2.1
@@ -7,3 +7,3 @@ declare module "investing-com-api" { | ||
pointscount?: 60 | 70 | 120 | ||
): { | ||
): Promise<{ | ||
date: number, | ||
@@ -15,3 +15,3 @@ value: number, | ||
price_close: number, | ||
}[]; | ||
}[]>; | ||
} |
{ | ||
"name": "investing-com-api", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"description": "Unofficial APIs for Investing.com website.", | ||
@@ -5,0 +5,0 @@ "main": "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
38172