
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
@nabla/vite-plugin-eslint
Advanced tools
Plugs ESLint into Vite dev server.
Because of this, the plugin can't fail the build and is only applied in dev. Like typechecking, linting should be done before or in parallel of the build command.
yarn add --dev @nabla/vite-plugin-eslint
import { defineConfig } from "vite";
import eslintPlugin from "@nabla/vite-plugin-eslint";
export default defineConfig({
plugins: [eslintPlugin()],
});
{ cache: true }
(path: string) => boolean
(path) => path.match(/\/src\/.*\.[jt]sx?$/)
string
If provided, the value is passed to eslint.loadFormatter
. Default to a custom format with one line per warning/error. Use stylish
to get a CRA like output.
1.3.1
Move ESLint to a worker to improve performances
FAQs
Plugs ESLint into Vite dev server
The npm package @nabla/vite-plugin-eslint receives a total of 43,579 weekly downloads. As such, @nabla/vite-plugin-eslint popularity was classified as popular.
We found that @nabla/vite-plugin-eslint 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
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.