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

@akinon/app-client

Package Overview
Dependencies
Maintainers
0
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@akinon/app-client - npm Package Compare versions

Comparing version 0.8.2-alpha.0 to 0.8.2

8

dist/cjs/app-client-provider.js

@@ -99,7 +99,7 @@ "use strict";

/**
* Displays an error message dialog with the specified title and content.
* This method communicateswith the AppShell to display the error message.
* Displays a rich-contentful modal with the specified path and context.
* This method communicateswith the AppShell to display the complicated modals.
*
* @param {string} title - The title of the error message dialog.
* @param {string} content - The content of the error message dialog.
* @param {string} path - The path of displayed iframe.
* @param {unknown} context - Optional context. Its type must follow the rules: https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm
*/

@@ -106,0 +106,0 @@ const showRichModal = (path, context) => {

@@ -95,7 +95,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

/**
* Displays an error message dialog with the specified title and content.
* This method communicateswith the AppShell to display the error message.
* Displays a rich-contentful modal with the specified path and context.
* This method communicateswith the AppShell to display the complicated modals.
*
* @param {string} title - The title of the error message dialog.
* @param {string} content - The content of the error message dialog.
* @param {string} path - The path of displayed iframe.
* @param {unknown} context - Optional context. Its type must follow the rules: https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm
*/

@@ -102,0 +102,0 @@ const showRichModal = (path, context) => {

{
"name": "@akinon/app-client",
"description": "Akinon AppClient library. This library is used to create a new plugin or an application which will reside in Akinon's applications.",
"version": "0.8.2-alpha.0",
"version": "0.8.2",
"private": false,

@@ -14,3 +14,3 @@ "type": "module",

"framebus": "^6.0.0",
"@akinon/app-shared": "0.8.2-alpha.0"
"@akinon/app-shared": "0.9.0"
},

@@ -22,4 +22,4 @@ "devDependencies": {

"typescript": "^5.2.2",
"@akinon/vite-config": "0.4.0",
"@akinon/eslint-config": "0.1.0",
"@akinon/vite-config": "0.4.0",
"@akinon/typescript-config": "0.2.0"

@@ -26,0 +26,0 @@ },

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