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

@aws/language-server-runtimes-types

Package Overview
Dependencies
Maintainers
7
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.2 to 0.0.3

4

CHANGELOG.md
# Changelog
## [0.0.3] - 2024-05-10
- Removed `VoteType`, `VoteParams` and `CopyCodeToClipboardParams` from Chat types
## [0.0.2] - 2024-05-06

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

14

chat.d.ts

@@ -28,6 +28,2 @@ import { Position, Range, TextDocumentIdentifier } from './lsp';

}
export declare enum VoteType {
UP = "upvote",
DOWN = "downvote"
}
export interface FeedbackPayload {

@@ -81,7 +77,2 @@ messageId: string;

}
export interface VoteParams {
tabId: string;
messageId: string;
vote: VoteType;
}
export interface FeedbackParams {

@@ -107,5 +98,6 @@ tabId: string;

referenceTrackerInformation?: ReferenceTrackerInformation[];
eventId?: string;
codeBlockIndex?: number;
totalCodeBlocks?: number;
}
export interface CopyCodeToClipboardParams extends InsertToCursorPositionParams {
}
export interface LinkClickParams {

@@ -112,0 +104,0 @@ tabId: string;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.VoteType = void 0;
var VoteType;
(function (VoteType) {
VoteType["UP"] = "upvote";
VoteType["DOWN"] = "downvote";
})(VoteType || (exports.VoteType = VoteType = {}));
//# sourceMappingURL=chat.js.map
{
"name": "@aws/language-server-runtimes-types",
"version": "0.0.2",
"version": "0.0.3",
"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