
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).
eslint-service
Advanced tools
ESLint service worker for maximally efficient editor integrations. Also implements global config file support and improves feedback through SublimeLinter-eslint.
Installation: npm install --global eslint-service
Usage (Sublime Text):
SublimeLinter
through Package ControlSublimeLinter-eslint
through Package ControlPreferences: SublimeLinter Settings
through the command palette{
"linters": {
"eslint": {
"executable": "eslint-service",
"args": "--rule no-trailing-spaces=off"
}
}
}
Notes
localhost:2881
by default, can be configured by setting ESLINT_PORT
and ESLINT_HOST
environment variablesESLINT_TIMEOUT
environment variable (timeout in seconds)eslint --format json --stdin --stdin-filename
) used by SublimeLinter-eslint, and a single --rule foo=off
are currently supported, but it would be very easy to add additional support for other options, PRs welcome!eslint-service
re-adds global config file support (place in ~/eslint.config.js
or %USERPROFILE%\eslint.config.js
)Timing comparison (on a fully primed disk cache):
eslint
: 343mseslint-service
: 87msFAQs
ESLint service worker for maximally efficient editor integrations
The npm package eslint-service receives a total of 19 weekly downloads. As such, eslint-service popularity was classified as not popular.
We found that eslint-service 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.