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
3
Versions
381
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.0.54-alpha-978fbf7c0.0 to 0.0.54

9

HostConnector.d.ts

@@ -21,4 +21,13 @@ import { ICurrentUserContext, IDeveloperSettingsContext, IEnvironmentContext, ITokenContext, IUserSubscriptionContext } from "@trackunit/react-core-contexts-api";

getCurrentUserContext(): Promise<ICurrentUserContext>;
getDeepLink(): DeepLink;
setDeepLink: SetDeepLink;
addToast(toast: PublicToast): Promise<void | "primaryAction" | "secondaryAction">;
getDeveloperSettingsContext(): Promise<IDeveloperSettingsContext>;
}
export declare type SetDeepLink = (deepLink: DeepLink) => void;
export declare type DeepLink = {
path: string;
pathname: string;
search: Location["search"];
hash: Location["hash"];
};

4

package.json
{
"name": "@trackunit/iris-app-runtime-core-api",
"version": "0.0.54-alpha-978fbf7c0.0",
"version": "0.0.54",
"repository": "https://github.com/Trackunit/manager",

@@ -11,5 +11,5 @@ "license": "UNLICENSED",

"dependencies": {
"@trackunit/react-core-contexts-api": "0.0.52-alpha-978fbf7c0.0"
"@trackunit/react-core-contexts-api": "0.0.51"
},
"peerDependencies": {}
}
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