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

@akinon/app-shared

Package Overview
Dependencies
Maintainers
0
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@akinon/app-shared - npm Package Compare versions

Comparing version 0.12.0 to 0.13.0

2

dist/cjs/types.d.ts

@@ -111,3 +111,3 @@ import type { UUID } from 'crypto';

showModalDialog?: (title: string, content: string) => void;
showConfirmationDialog?: (title: string, content: string) => boolean;
showConfirmationDialog?: (title: string, content: string, onOk: (confirmedData: unknown) => void, onCancel: () => void) => boolean;
showToast?: (content: string, type: ApplicationToastType) => void;

@@ -114,0 +114,0 @@ showErrorMessage?: (title: string, content: string) => void;

@@ -111,3 +111,3 @@ import type { UUID } from 'crypto';

showModalDialog?: (title: string, content: string) => void;
showConfirmationDialog?: (title: string, content: string) => boolean;
showConfirmationDialog?: (title: string, content: string, onOk: (confirmedData: unknown) => void, onCancel: () => void) => boolean;
showToast?: (content: string, type: ApplicationToastType) => void;

@@ -114,0 +114,0 @@ showErrorMessage?: (title: string, content: string) => void;

{
"name": "@akinon/app-shared",
"description": "Shared utilities and helper functions for app-shell and app-client packages.",
"version": "0.12.0",
"version": "0.13.0",
"private": false,

@@ -6,0 +6,0 @@ "type": "module",

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