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

laplace-api

Package Overview
Dependencies
Maintainers
0
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

laplace-api - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

package.json
{
"name": "laplace-api",
"version": "1.1.2",
"version": "1.1.3",
"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",

@@ -58,8 +58,4 @@ import { Client } from './client';

export interface StockDetail {
id: string;
assetType: AssetType;
export interface StockDetail extends Stock {
assetClass: AssetClass;
name: string;
symbol: string;
description: string;

@@ -70,6 +66,2 @@ localized_description: LocaleString;

region: string;
sectorId: string;
industryId: string;
updatedDate: string;
active: boolean;
markets: Market[];

@@ -76,0 +68,0 @@ }

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