Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

alphavantage

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alphavantage - npm Package Compare versions

Comparing version 2.4.0 to 2.4.1

6

CHANGELOG.md

@@ -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 @@

6

dist/bundle.js

@@ -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",

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