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

@aws/language-server-runtimes-types

Package Overview
Dependencies
Maintainers
8
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws/language-server-runtimes-types - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

4

CHANGELOG.md
# Changelog
## [0.0.5] = 2024-06-05
- Move chat method names that were previously harcoded in the `runtimes` to `runtimes-types` as constants
## [0.0.4] = 2024-05-30

@@ -4,0 +8,0 @@

import { Position, Range, TextDocumentIdentifier } from './lsp';
export declare const CHAT_REQUEST_METHOD = "aws/chat/sendChatPrompt";
export declare const END_CHAT_REQUEST_METHOD = "aws/chat/endChat";
export declare const QUICK_ACTION_REQUEST_METHOD = "aws/chat/sendChatQuickAction";
export declare const READY_NOTIFICATION_METHOD = "aws/chat/ready";
export declare const FEEDBACK_NOTIFICATION_METHOD = "aws/chat/feedback";
export declare const TAB_ADD_NOTIFICATION_METHOD = "aws/chat/tabAdd";
export declare const TAB_CHANGE_NOTIFICATION_METHOD = "aws/chat/tabChange";
export declare const TAB_REMOVE_NOTIFICATION_METHOD = "aws/chat/tabRemove";
export declare const INSERT_TO_CURSOR_POSITION_NOTIFICATION_METHOD = "aws/chat/insertToCursorPosition";
export declare const LINK_CLICK_NOTIFICATION_METHOD = "aws/chat/linkClick";
export declare const INFO_LINK_CLICK_NOTIFICATION_METHOD = "aws/chat/infoLinkClick";
export declare const SOURCE_LINK_CLICK_NOTIFICATION_METHOD = "aws/chat/sourceLinkClick";
export declare const FOLLOW_UP_CLICK_NOTIFICATION_METHOD = "aws/chat/followUpClick";
export interface ChatItemAction {

@@ -3,0 +16,0 @@ pillText: string;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FOLLOW_UP_CLICK_NOTIFICATION_METHOD = exports.SOURCE_LINK_CLICK_NOTIFICATION_METHOD = exports.INFO_LINK_CLICK_NOTIFICATION_METHOD = exports.LINK_CLICK_NOTIFICATION_METHOD = exports.INSERT_TO_CURSOR_POSITION_NOTIFICATION_METHOD = exports.TAB_REMOVE_NOTIFICATION_METHOD = exports.TAB_CHANGE_NOTIFICATION_METHOD = exports.TAB_ADD_NOTIFICATION_METHOD = exports.FEEDBACK_NOTIFICATION_METHOD = exports.READY_NOTIFICATION_METHOD = exports.QUICK_ACTION_REQUEST_METHOD = exports.END_CHAT_REQUEST_METHOD = exports.CHAT_REQUEST_METHOD = void 0;
exports.CHAT_REQUEST_METHOD = 'aws/chat/sendChatPrompt';
exports.END_CHAT_REQUEST_METHOD = 'aws/chat/endChat';
exports.QUICK_ACTION_REQUEST_METHOD = 'aws/chat/sendChatQuickAction';
exports.READY_NOTIFICATION_METHOD = 'aws/chat/ready';
exports.FEEDBACK_NOTIFICATION_METHOD = 'aws/chat/feedback';
exports.TAB_ADD_NOTIFICATION_METHOD = 'aws/chat/tabAdd';
exports.TAB_CHANGE_NOTIFICATION_METHOD = 'aws/chat/tabChange';
exports.TAB_REMOVE_NOTIFICATION_METHOD = 'aws/chat/tabRemove';
exports.INSERT_TO_CURSOR_POSITION_NOTIFICATION_METHOD = 'aws/chat/insertToCursorPosition';
exports.LINK_CLICK_NOTIFICATION_METHOD = 'aws/chat/linkClick';
exports.INFO_LINK_CLICK_NOTIFICATION_METHOD = 'aws/chat/infoLinkClick';
exports.SOURCE_LINK_CLICK_NOTIFICATION_METHOD = 'aws/chat/sourceLinkClick';
exports.FOLLOW_UP_CLICK_NOTIFICATION_METHOD = 'aws/chat/followUpClick';
//# sourceMappingURL=chat.js.map

2

package.json
{
"name": "@aws/language-server-runtimes-types",
"version": "0.0.4",
"version": "0.0.5",
"description": "Type definitions in Language Servers and Runtimes for AWS",

@@ -5,0 +5,0 @@ "main": "index.js",

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