New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@openfin/cloud-interop-core-api

Package Overview
Dependencies
Maintainers
0
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openfin/cloud-interop-core-api - npm Package Compare versions

Comparing version 0.0.1-alpha.c07aba2 to 0.0.1-alpha.c187f8e

12

bundle.d.ts

@@ -271,3 +271,3 @@ import mqtt from 'mqtt';

*/
setContext(contextGroup: string, context: object): Promise<void>;
setContext(contextGroup: string, context: InferredContext): Promise<void>;
/**

@@ -424,2 +424,10 @@ * Starts an intent discovery operation

declare const errorSchema: z.ZodObject<{
error: z.ZodString;
}, "strip", z.ZodTypeAny, {
error: string;
}, {
error: string;
}>;
export declare type EventListenersMap = Map<keyof EventMap, Array<(...args: Parameters<EventMap[keyof EventMap]>) => void>>;

@@ -550,2 +558,4 @@

export declare type InferredError = z.infer<typeof errorSchema>;
/**

@@ -552,0 +562,0 @@ * @internal

2

package.json
{
"name": "@openfin/cloud-interop-core-api",
"version": "0.0.1-alpha.c07aba2",
"version": "0.0.1-alpha.c187f8e",
"type": "module",

@@ -5,0 +5,0 @@ "description": "",

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