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

@openfin/bloomberg

Package Overview
Dependencies
Maintainers
51
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openfin/bloomberg - npm Package Compare versions

Comparing version 1.2.0-beta.6 to 1.2.0-beta.7

types/interop/interop.constants.d.ts

5

package.json
{
"name": "@openfin/bloomberg",
"description": "Connect apps running in OpenFin with the Bloomberg Terminal.",
"version": "1.2.0-beta.6",
"version": "1.2.0-beta.7",
"author": "OpenFin Inc.",

@@ -29,5 +29,4 @@ "homepage": "https://www.openfin.co/",

"dependencies": {
"@finos/fdc3": "^1.2.0",
"deepmerge-ts": "^4.3.0"
"deepmerge-ts": "^5.1.0"
}
}

3

types/bloomberg/bloomberg.d.ts

@@ -1,2 +0,1 @@

import * as fdc3 from '@finos/fdc3';
import { ApiError } from '../errors/errors';

@@ -6,3 +5,3 @@ import { IGroup } from '../terminal/bb-apps-terminal';

export declare const DEFAULT_TARGET: BloombergPanel;
export declare const getBloombergGroupEventHandler: (bloombergGroup: BloombergGroup, onGroupEvent?: ((context: fdc3.Context) => void) | undefined, onError?: ((error: ApiError) => void) | undefined) => (group: IGroup, cookie: any) => Promise<void>;
export declare const getBloombergGroupEventHandler: (bloombergGroup: BloombergGroup, onGroupEvent?: ((context: unknown) => void) | undefined, onError?: ((error: ApiError) => void) | undefined) => (group: IGroup, cookie: any) => Promise<void>;
/**

@@ -9,0 +8,0 @@ * Determines if the local Bloomberg Terminal service is ready for API calls.

@@ -1,2 +0,1 @@

import * as fdc3 from '@finos/fdc3';
import { BloombergGroup, BloombergPanel } from '../bloomberg/bloomberg.types';

@@ -44,3 +43,3 @@ import { ApiError } from '../errors/errors';

*/
onContextChanged?: (context: fdc3.Context) => void;
onContextChanged?: (context: unknown) => void;
/**

@@ -47,0 +46,0 @@ * Callback that will be triggered whenever an error occurs after the connection has been created.

@@ -1,2 +0,1 @@

import * as fdc3 from '@finos/fdc3';
import { BloombergActionsConfig } from '../connection/connection.types';

@@ -6,4 +5,4 @@ import { ApiError } from '../errors/errors';

export declare const getDefaultActions: () => BloombergActionsConfig;
export declare const getInteropRegistrations: (actions?: BloombergActionsConfig, onContextChanged?: ((context: fdc3.Context) => void) | undefined, onError?: ((error: ApiError) => void) | undefined) => Promise<Array<{
export declare const getInteropRegistrations: (actions?: BloombergActionsConfig, onContextChanged?: ((context: unknown) => void) | undefined, onError?: ((error: ApiError) => void) | undefined) => Promise<Array<{
unsubscribe: () => void;
}>>;

@@ -1,4 +0,4 @@

import * as fdc3 from '@finos/fdc3';
import type * as fdc3 from '@finos/fdc3';
export type BloombergApiContext = fdc3.Context & {
openfinBbgApi: boolean;
};

@@ -1,5 +0,5 @@

import { Context, Instrument } from '@finos/fdc3';
import type * as fdc3 from '@finos/fdc3';
import { UsageFeatureName } from './utils.types';
export declare const getInstrumentContextFromSecurity: (security: string) => Context;
export declare const getSecurityFromInstrumentContext: (context: Instrument) => string | undefined;
export declare const getInstrumentContextFromSecurity: (security: string) => fdc3.Context;
export declare const getSecurityFromInstrumentContext: (context: fdc3.Instrument) => string | undefined;
/**

@@ -6,0 +6,0 @@ * Determines if the provided text is a {@link https://www.cusip.com/cusip/index.htm | CUSIP}.

@@ -1,1 +0,1 @@

export declare const API_VERSION = "1.2.0-beta.6";
export declare const API_VERSION = "1.2.0-beta.7";

Sorry, the diff of this file is not supported yet

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