
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-solid-standalone
Advanced tools
A bundle with eslint and eslint-plugin-solid that can be used in the browser.
This package bundles ESLint, eslint-plugin-solid, and necessary tooling together into one package that can be used on the web or in a web worker.
It mainly exists to power ESLint support in the Solid playground.
Heavily inspired/lifted from @typescript-eslint's equivalent setup.
export function verify(
code: string,
ruleSeverityOverrides?: Record<string, Linter.Severity>
): Linter.LintMessage[];
export function verifyAndFix(
code: string,
ruleSeverityOverrides?: Record<string, Linter.Severity>
): Linter.FixReport;
export { plugin }; // eslint-plugin-solid
export { pluginVersion, eslintVersion };
code
: a string of source code, supports TS and JSX
ruleSeverityOverrides
: an optional record of rule id (i.e. "solid/reactivity") to severity (i.e. 0, 1, or 2)
FAQs
A bundle with eslint and eslint-plugin-solid that can be used in the browser.
The npm package eslint-solid-standalone receives a total of 2 weekly downloads. As such, eslint-solid-standalone popularity was classified as not popular.
We found that eslint-solid-standalone 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.