Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
vscode-langservers-extracted
Advanced tools
HTML/CSS/JSON/ESLint language servers extracted from [vscode](https://github.com/Microsoft/vscode).
The vscode-langservers-extracted package provides language server implementations extracted from the Visual Studio Code repository. These language servers can be used to add language support to editors and IDEs that support the Language Server Protocol (LSP).
HTML Language Server
This feature starts the HTML language server, which provides functionalities like syntax highlighting, auto-completion, and error checking for HTML files.
const { startServer } = require('vscode-langservers-extracted');
startServer('html');
CSS Language Server
This feature starts the CSS language server, which offers features such as syntax highlighting, auto-completion, and error checking for CSS files.
const { startServer } = require('vscode-langservers-extracted');
startServer('css');
JSON Language Server
This feature starts the JSON language server, providing functionalities like syntax highlighting, auto-completion, and error checking for JSON files.
const { startServer } = require('vscode-langservers-extracted');
startServer('json');
This package provides a standalone HTML language server extracted from Visual Studio Code. It offers similar functionalities to the HTML language server in vscode-langservers-extracted, such as syntax highlighting, auto-completion, and error checking for HTML files.
This package provides a standalone CSS language server extracted from Visual Studio Code. It offers similar functionalities to the CSS language server in vscode-langservers-extracted, such as syntax highlighting, auto-completion, and error checking for CSS files.
This package provides a standalone JSON language server extracted from Visual Studio Code. It offers similar functionalities to the JSON language server in vscode-langservers-extracted, such as syntax highlighting, auto-completion, and error checking for JSON files.
HTML/CSS/JSON/ESLint language servers extracted from vscode.
vscode-css-langserver-bin
.You can install this via npm i -g vscode-langservers-extracted
.
OR
in the aur via yay -S vscode-langservers-extracted
After that, you get the following commands.
Ready
vscode-html-language-server
vscode-css-language-server
vscode-json-language-server
vscode-eslint-language-server
Not yet
vscode-markdown-language-server
vscode-anycode-language-server
You should install yarn for the building vscode.
npm i -g yarn
yarn
yarn update
node ./script/depcheck.js
# npm run release
This package licensed under the MIT.
See the LICENSE
FAQs
HTML/CSS/JSON/ESLint language servers extracted from [vscode](https://github.com/Microsoft/vscode).
We found that vscode-langservers-extracted demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.