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

investors-exchange.api

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

investors-exchange.api - npm Package Compare versions

Comparing version 0.1.13 to 0.1.14

13

dist/index.d.ts

@@ -6,2 +6,15 @@ import { fetch } from './lib';

declare const market: s;
declare const IEX: {
fetch: import("./lib/types").Fetch;
market: s;
reference: {
corporate_actions: (date?: string | undefined) => Promise<import("./lib/types").CorporateAction[]>;
dividends: (date?: string | undefined) => Promise<import("./lib/types").IEXDividend[]>;
next_day_ex_date: (date?: string | undefined) => Promise<import("./lib/types").ExDate[]>;
symbols: (format?: "json" | "csv" | undefined) => Promise<import("./lib/types").Symbol[]>;
symbol_directory: (date?: string | undefined) => Promise<import("./lib/types").IEXListedSecurity[]>;
};
stock: (symbol?: string | undefined) => s;
};
export { fetch, market, reference, stock };
export default IEX;

2

dist/index.js

@@ -13,2 +13,4 @@ "use strict";

exports.market = market;
const IEX = { fetch: lib_1.fetch, market, reference: reference_1.reference, stock };
exports.default = IEX;
//# sourceMappingURL=index.js.map

2

package.json
{
"name": "investors-exchange.api",
"version": "0.1.13",
"version": "0.1.14",
"description": "Unofficial Browser / NodeJS API for https://iextrading.com",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

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