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

@aws/mynah-ui

Package Overview
Dependencies
Maintainers
0
Versions
173
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws/mynah-ui - npm Package Compare versions

Comparing version 4.21.4 to 4.21.5

1

dist/components/chat-item/chat-item-card.d.ts

@@ -12,2 +12,3 @@ /*!

small?: boolean;
onAnimationStateChange?: (isAnimating: boolean) => void;
}

@@ -14,0 +15,0 @@ export declare class ChatItemCard {

@@ -28,2 +28,4 @@ /*!

private allRenderedChatItems;
private scrollPos;
private restoreScrollAfterResize;
render: ExtendedHTMLElement;

@@ -30,0 +32,0 @@ constructor(props: ChatWrapperProps);

@@ -53,2 +53,4 @@ /*!

private rootFocus;
private readonly resizeObserver;
private rootBox;
root: ExtendedHTMLElement;

@@ -55,0 +57,0 @@ private portals;

@@ -7,2 +7,3 @@ import { MynahUIDataModel, MynahUITabStoreModel, MynahUITabStoreTab } from '../static';

'update': Record<string, (tabId: string, tabData?: MynahUITabStoreTab) => void>;
'beforeTabChange': Record<string, (tabId: string, previousSelectedTab?: MynahUITabStoreTab) => void>;
'selectedTabChange': Record<string, (tabId: string, previousSelectedTab?: MynahUITabStoreTab) => void>;

@@ -9,0 +10,0 @@ }

3

dist/static.d.ts

@@ -157,3 +157,4 @@ /*!

TAB_BAR_BUTTON_CLICK = "tabBarButtonClick",
PROMPT_PROGRESS_ACTION_CLICK = "promptProgressActionClick"
PROMPT_PROGRESS_ACTION_CLICK = "promptProgressActionClick",
ROOT_RESIZE = "rootResize"
}

@@ -160,0 +161,0 @@ export declare enum MynahPortalNames {

{
"name": "@aws/mynah-ui",
"displayName": "AWS Mynah UI",
"version": "4.21.4",
"version": "4.21.5",
"description": "AWS Toolkit VSCode and Intellij IDE Extension Mynah UI",

@@ -6,0 +6,0 @@ "publisher": "Amazon Web Services",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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