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.3 to 0.1.4

2

distribution/index.d.ts

@@ -9,3 +9,3 @@ import stock from './stock';

next_day_ex_date: (date?: string | undefined) => Promise<import("./lib/types").ExDate[]>;
symbols: (format?: string) => Promise<import("./lib/types").Symbol[]>;
symbols: (format?: "json" | "csv" | undefined) => Promise<import("./lib/types").Symbol[]>;
symbol_directory: (date?: string | undefined) => Promise<import("./lib/types").IEXListedSecurity[]>;

@@ -12,0 +12,0 @@ };

import { CorporateAction, ExDate, IEXDividend, IEXListedSecurity, Symbol } from '../lib/types';
declare type Format = 'json' | 'csv' | undefined;
declare const reference: {

@@ -6,5 +7,5 @@ corporate_actions: (date?: string | undefined) => Promise<CorporateAction[]>;

next_day_ex_date: (date?: string | undefined) => Promise<ExDate[]>;
symbols: (format?: string) => Promise<Symbol[]>;
symbols: (format?: Format) => Promise<Symbol[]>;
symbol_directory: (date?: string | undefined) => Promise<IEXListedSecurity[]>;
};
export default reference;
{
"name": "investors-exchange.api",
"version": "0.1.3",
"version": "0.1.4",
"description": "Unofficial Browser / NodeJS API for https://iextrading.com",

@@ -5,0 +5,0 @@ "main": "index.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