
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).
@viamrobotics/eslint-config-svelte
Advanced tools
ESLint configuration for Svelte projects at Viam.
This module contains Viam's shared ESLint configurations for ESLint v9 in Svelte projects.
Extend the config in eslint.config.js
.
[!TIP] See the typescript-eslint docs on type-aware linting to learn about how to configure
languageOptions
. UsingprojectService: true
is recommended for new projects, but older projects may continue to useproject: './tsconfig.json'
for performance or compatibility reasons.
pnpm add --save-dev eslint @viamrobotics/eslint-config-svelte
// eslint.config.js
import path from 'node:path';
import {
baseSvelteConfig,
createConfig,
} from '@viamrobotics/eslint-config-svelte';
export default createConfig(
baseSvelteConfig,
{
languageOptions: {
parserOptions: {
projectService: true,
tsconfigRootDir: import.meta.dirname,
},
},
settings: {
tailwindcss: {
config: path.join(import.meta.dirname, 'tailwind.config.ts'),
},
},
},
FAQs
ESLint configuration for Svelte projects at Viam.
The npm package @viamrobotics/eslint-config-svelte receives a total of 499 weekly downloads. As such, @viamrobotics/eslint-config-svelte popularity was classified as not popular.
We found that @viamrobotics/eslint-config-svelte demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 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.