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

typescript-language-server

Package Overview
Dependencies
Maintainers
3
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typescript-language-server - npm Package Compare versions

Comparing version 0.9.1 to 0.9.2

4

CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
## [0.9.1] - 2022-01-14
- **fix**: use correct name for the addMissingImports code action (#371)
## [0.9.1] - 2022-01-07

@@ -5,0 +9,0 @@

2

lib/utils/types.js

@@ -72,3 +72,3 @@ "use strict";

CodeActionKind.Source = new CodeActionKind(lsp.CodeActionKind.Source);
CodeActionKind.SourceAddMissingImportsTs = CodeActionKind.Source.append('SourceAddMissingImportsTs').append('ts');
CodeActionKind.SourceAddMissingImportsTs = CodeActionKind.Source.append('addMissingImports').append('ts');
CodeActionKind.SourceRemoveUnusedTs = CodeActionKind.Source.append('removeUnused').append('ts');

@@ -75,0 +75,0 @@ CodeActionKind.SourceOrganizeImports = new CodeActionKind(lsp.CodeActionKind.SourceOrganizeImports);

{
"name": "typescript-language-server",
"version": "0.9.1",
"version": "0.9.2",
"description": "Language Server Protocol (LSP) implementation for TypeScript using tsserver",

@@ -5,0 +5,0 @@ "author": "TypeFox and others",

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