
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).
@web-scrobbler/eslint-config
Advanced tools
ESLint configuration file for Web Scrobbler projects.
You can install eslint-config-web-scrobbler
by a following way:
> npm install --save-dev eslint-config-web-scrobbler
Add web-scrobbler
to the extends
array in your .eslintrc.*
file:
{
"extends": ["some-other-config-you-use", "web-scrobbler"]
}
Install peer dependencies first:
> npm install --save-dev @typescript-eslint/eslint-plugin @typescript-eslint/parser
Then, add web-scrobbler/typescript
to the extends
array in your .eslintrc.*
file:
{
"extends": ["some-other-config-you-use", "web-scrobbler/typescript"]
}
You don't need to include web-scrobbler
config - web-scrobbler/typescript
handles both JS and TS files.
Install peer dependencies first:
> npm install --save-dev eslint-plugin-vue
Then, add web-scrobbler/vue
cto the extends
array in your .eslintrc.*
file:
{
"extends": [
"some-other-config-you-use",
"web-scrobbler",
"web-scrobbler/vue"
]
}
web-scrobbler/vue
config is applied to Vue SFCs only, so you should add web-scrobbler
(or web-scrobbler/typescript
) and web-scrobbler/vue
configs to the extends
array.
Licensed under the MIT License.
FAQs
ESLint configuration file for Web Scrobbler projects
We found that @web-scrobbler/eslint-config demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.