laplace-api
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "laplace-api", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Client library for Laplace API for the US stock market and BIST (Istanbul stock market) fundamental financial data.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -30,6 +30,12 @@ import { Client } from './client'; | ||
OneMinute = "1m", | ||
ThreeMinute = "3m", | ||
FiveMinute = "5m", | ||
FifteenMinute = "15m", | ||
ThirtyMinute = "30m", | ||
OneHour = "1h", | ||
OneDay = "24h", | ||
TwoHour = "2h", | ||
OneDay = "1d", | ||
FiveDay = "5d", | ||
SevenDay = "7d", | ||
ThirtyDay = "30d", | ||
} | ||
@@ -36,0 +42,0 @@ |
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
54526
1478