alphavantage
Advanced tools
Comparing version 2.4.0 to 2.4.1
@@ -8,2 +8,8 @@ # Changelog | ||
## [2.4.1] - 10/15/2022 | ||
### Changed | ||
- Updated dist bundle | ||
## [2.4.0] - 10/15/2022 | ||
@@ -10,0 +16,0 @@ |
@@ -7,6 +7,2 @@ (function (global, factory) { | ||
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; } | ||
var fetch__default = /*#__PURE__*/_interopDefaultLegacy(fetch); | ||
/** | ||
@@ -361,3 +357,3 @@ * Time stamp regex that AlphaVantage uses. | ||
) => | ||
fetch__default["default"](url(Object.assign({}, params, { function: type }))) | ||
fetch(url(Object.assign({}, params, { function: type }))) | ||
.then((res) => { | ||
@@ -364,0 +360,0 @@ if (!res.status.toString().match(/2\d{2}/)) { |
{ | ||
"name": "alphavantage", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "A simple interface to the Alpha Vantage API.", | ||
@@ -5,0 +5,0 @@ "main": "dist/bundle.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
191521
4272