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

@trackunit/iris-app-runtime-core-api

Package Overview
Dependencies
Maintainers
0
Versions
383
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trackunit/iris-app-runtime-core-api - npm Package Compare versions

Comparing version 0.3.212-alpha-6a33ca13ab4.0 to 0.3.213

2

package.json
{
"name": "@trackunit/iris-app-runtime-core-api",
"version": "0.3.212-alpha-6a33ca13ab4.0",
"version": "0.3.213",
"repository": "https://github.com/Trackunit/manager",

@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE.txt",

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

import { AssetSortingContextValue, ConfirmationDialogContextValue, FilterBarValues, IAnalyticsContextAsync, ICurrentUserContext, ICurrentUserPreferenceContext, IEnvironmentContext, INavigationContext, IOemBrandingContext, ITokenContext, IUserSubscriptionContext, ModalDialogContextValue } from "@trackunit/react-core-contexts-api";
import { AssetSortingContextValue, ConfirmationDialogContextValue, FilterBarValues, IAnalyticsContextAsync, ICurrentUserContext, ICurrentUserPreferenceContext, IEnvironmentContext, INavigationContext, OemBrandingContext, ITokenContext, IUserSubscriptionContext, ModalDialogContextValue } from "@trackunit/react-core-contexts-api";
import { AssetInfo } from "./AssetRuntime";

@@ -9,3 +9,3 @@ import { CustomerInfo } from "./CustomerRuntime";

import { PublicToast } from "./ToastRuntime";
export interface HostConnectorApi extends IAnalyticsContextAsync<Record<string, never>>, INavigationContext, IOemBrandingContext, ICurrentUserPreferenceContext, ConfirmationDialogContextValue, ModalDialogContextValue {
export interface HostConnectorApi extends IAnalyticsContextAsync<Record<string, never>>, INavigationContext, OemBrandingContext, ICurrentUserPreferenceContext, ConfirmationDialogContextValue, ModalDialogContextValue {
getAssetSortingState(): Promise<AssetSortingContextValue["sortingState"]>;

@@ -12,0 +12,0 @@ setAssetSortingState(...args: Parameters<AssetSortingContextValue["setSortBy"]>): Promise<void>;

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