Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@github/copilot-language-server

Package Overview
Dependencies
Maintainers
22
Versions
300
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@github/copilot-language-server - npm Package Compare versions

Comparing version
1.495.4
to
1.495.5
+8
-8
package.json

@@ -14,3 +14,3 @@ {

"license": "MIT",
"version": "1.495.4",
"version": "1.495.5",
"bin": {

@@ -43,11 +43,11 @@ "copilot-language-server": "../dist/language-server.js"

"optionalDependencies": {
"@github/copilot-language-server-win32-x64": "1.495.4",
"@github/copilot-language-server-win32-arm64": "1.495.4",
"@github/copilot-language-server-linux-x64": "1.495.4",
"@github/copilot-language-server-linux-arm64": "1.495.4",
"@github/copilot-language-server-darwin-x64": "1.495.4",
"@github/copilot-language-server-darwin-arm64": "1.495.4"
"@github/copilot-language-server-win32-x64": "1.495.5",
"@github/copilot-language-server-win32-arm64": "1.495.5",
"@github/copilot-language-server-linux-x64": "1.495.5",
"@github/copilot-language-server-linux-arm64": "1.495.5",
"@github/copilot-language-server-darwin-x64": "1.495.5",
"@github/copilot-language-server-darwin-arm64": "1.495.5"
},
"buildType": "prod",
"build": "19"
"build": "20"
}

Sorry, the diff of this file is too big to display