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.9 to 1.2.0-beta.10

16

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

@@ -12,17 +12,17 @@ "homepage": "https://www.openfin.co/",

"license": "SEE LICENSE IN LICENSE.MD",
"main": "./openfin.bloomberg.cjs",
"module": "./openfin.bloomberg.mjs",
"types": "./types/index.d.ts",
"exports": {
".": {
"types": "./types/index.d.ts",
"import": "./openfin.bloomberg.mjs",
"require": "./openfin.bloomberg.cjs",
"types": "./types/index.d.ts"
"require": "./openfin.bloomberg.cjs"
},
"./terminal": {
"types": "./terminal/index.d.ts",
"import": "./terminal/terminal.mjs",
"require": "./terminal/terminal.cjs",
"types": "./terminal/index.d.ts"
"require": "./terminal/terminal.cjs"
}
},
"types": "./types/index.d.ts",
"module": "./openfin.bloomberg.mjs",
"main": "./openfin.bloomberg.cjs",
"sideEffects": true,

@@ -29,0 +29,0 @@ "dependencies": {

@@ -14,3 +14,3 @@ import { BloombergConnection, BloombergConnectionConfig } from './connection.types';

export declare const getDisconnectHandler: (registrations?: Array<{
unsubscribe: () => void;
unsubscribe: () => void | Promise<void>;
}>, groupSubscriptionId?: number) => () => Promise<void>;

@@ -6,3 +6,3 @@ import { BloombergActionsConfig } from '../connection/connection.types';

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

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

export declare const API_VERSION = "1.2.0-beta.9";
export declare const API_VERSION = "1.2.0-beta.10";

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