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
188
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.23.0-beta.12 to 4.23.0-beta.13

8

dist/components/chat-item/prompt-input/prompt-text-input.d.ts

@@ -40,7 +40,13 @@ import { ExtendedHTMLElement } from '../../../helper/dom';

readonly deleteTextRange: (position: number, endPosition: number) => void;
readonly getCursorLine: () => {
/**
* Returns the cursorLine, totalLines and if the cursor is at the beginning or end of the whole text
* @returns {cursorLine: number, totalLines: number, isAtTheBeginning: boolean, isAtTheEnd: boolean}
*/
readonly getCursorPosition: () => {
cursorLine: number;
totalLines: number;
isAtTheBeginning: boolean;
isAtTheEnd: boolean;
};
readonly getUsedContext: () => QuickActionCommand[];
}

2

package.json
{
"name": "@aws/mynah-ui",
"displayName": "AWS Mynah UI",
"version": "4.23.0-beta.12",
"version": "4.23.0-beta.13",
"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

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