
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
coc-class-css
Advanced tools
coc-class-css
CoC is an autocompletion plugin of CSS/PostCSS/SCSS
classes in HTML like markup.
All you need is to configure root css files to start from.
v0.0.80+
:CocInstall coc-class-css
Place a .coc-class-css.json
file alongside of your package.json
like this:
{
"cssRoots": ["./src/index.css"],
"classAttributes": ["class"]
}
Where cocRoots
specifies css files to process. Local @import
directives are supported as well.
coc-class-css.languages
List of file types for which this plugin will be activated.
Default: ["html", "svelte", "vue", "javascriptreact"]
coc-class-css.cssRoots
Initial set of css files.coc-class-css.classAttributes
List of class
like HTML attributes to trigger autocompletion. Default: ["class"]
Note: tailwindCSS.classAttributes
is also taken into account.For correct autocompletion for keywords with dashes it also recommended to setup b:coc_additional_keywords
autocmd FileType * let b:coc_additional_keywords = ["-"]
FAQs
CSS class completions in html markup everywhere
The npm package coc-class-css receives a total of 2 weekly downloads. As such, coc-class-css popularity was classified as not popular.
We found that coc-class-css demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.