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 4.1.0 to 4.1.1

7

CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
## [4.1.1](https://github.com/typescript-language-server/typescript-language-server/compare/v4.1.0...v4.1.1) (2023-11-13)
### Bug Fixes
* try to infer languageId from extension when invalid provided ([#799](https://github.com/typescript-language-server/typescript-language-server/issues/799)) ([994186e](https://github.com/typescript-language-server/typescript-language-server/commit/994186e629494545f855d0859f5a058529e64c95))
## [4.1.0](https://github.com/typescript-language-server/typescript-language-server/compare/v4.0.0...v4.1.0) (2023-11-08)

@@ -5,0 +12,0 @@

26

package.json
{
"name": "typescript-language-server",
"version": "4.1.0",
"version": "4.1.1",
"description": "Language Server Protocol (LSP) implementation for TypeScript using tsserver",

@@ -44,4 +44,4 @@ "author": "TypeFox and others",

"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@rollup/plugin-commonjs": "^25.0.7",

@@ -51,11 +51,11 @@ "@rollup/plugin-node-resolve": "^15.2.3",

"@rollup/plugin-typescript": "^11.1.5",
"@size-limit/file": "^10.0.2",
"@size-limit/file": "^10.0.3",
"@types/deepmerge": "^2.2.0",
"@types/fs-extra": "^11.0.3",
"@types/jest": "^29.5.7",
"@types/node": "^18.18.8",
"@types/semver": "^7.5.4",
"@types/which": "^3.0.1",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.8",
"@types/node": "^18.18.9",
"@types/semver": "^7.5.5",
"@types/which": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"babel-jest": "^29.7.0",

@@ -74,5 +74,5 @@ "commander": "^11.1.0",

"rimraf": "^5.0.5",
"rollup": "^4.3.0",
"rollup": "^4.4.0",
"semver": "^7.5.4",
"size-limit": "^10.0.2",
"size-limit": "^10.0.3",
"source-map-support": "^0.5.21",

@@ -79,0 +79,0 @@ "tempy": "^3.1.0",

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