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.6 to 1.1.7

2

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

@@ -39,3 +39,3 @@ import { Client } from "./client";

export class LivePriceWebSocketUrlClient extends Client {
export class LivePriceClient extends Client {
async getWebSocketUrl(

@@ -42,0 +42,0 @@ externalUserId: string,

@@ -5,3 +5,3 @@ import { Logger } from "winston";

import "./client_test_suite";
import { LivePriceWebSocketUrlClient } from "../client/live-price";
import { LivePriceClient } from "../client/live-price";
import {

@@ -13,3 +13,3 @@ BISTStockLiveData,

describe("LivePrice", () => {
let livePriceUrlClient: LivePriceWebSocketUrlClient;
let livePriceUrlClient: LivePriceClient;
let url: string;

@@ -32,3 +32,3 @@ let ws: LivePriceWebSocketClient;

livePriceUrlClient = new LivePriceWebSocketUrlClient(config, logger);
livePriceUrlClient = new LivePriceClient(config, logger);
url = await livePriceUrlClient.getWebSocketUrl("2459", Region.Tr);

@@ -35,0 +35,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