
Security News
/Research
Fake Corepack Site Distributes Infostealer and Proxyware to Developers
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.
@fluojs/vite
Advanced tools
English 한국어
Vite plugin and build utilities for fluo projects.
npm install --save-dev @fluojs/vite vite @babel/core @babel/plugin-proposal-decorators @babel/preset-typescript
@babel/core and vite are peer dependencies. The decorator plugin and TypeScript preset must also be available in the consuming project because fluoDecoratorsPlugin() resolves them when Vite transforms source files.
import { fluoDecoratorsPlugin } from '@fluojs/vite';
import { defineConfig } from 'vite';
export default defineConfig({
plugins: [fluoDecoratorsPlugin()],
build: {
ssr: 'src/main.ts',
target: 'node20',
},
});
The plugin transforms .ts application files with Babel using the 2023-11 decorators proposal and @babel/preset-typescript. It skips files whose path includes .test. so generated Vitest test files continue to use the dedicated @fluojs/testing/vitest transform path.
fluoDecoratorsPlugin() — creates the Vite plugin used by generated fluo starter projects.@fluojs/cli: generates starter projects that import this Vite plugin.@fluojs/testing: provides the Vitest-specific decorator transform entrypoint.packages/vite/src/index.tspackages/cli/src/new/scaffold.tsFAQs
Vite plugin and build utilities for fluo projects.
The npm package @fluojs/vite receives a total of 17 weekly downloads. As such, @fluojs/vite popularity was classified as not popular.
We found that @fluojs/vite demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.

Security News
/Research
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.

Research
/Security News
A large-scale campaign abused GitHub Actions in compromised repositories to exploit CVE-2026-41940 in cPanel and WHM and steal server credentials.

Security News
Five frontier LLMs generated the same nonexistent package names, leaving 53 available for potential slopsquatting across PyPI and npm.