
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
vite-plugin-enhance
Advanced tools
A powerful plugin to enhance Vite's capabilities, enabling seamless integration of advanced features for modern web development.
vite-plugin-enhance is a powerful plugin designed to extend and optimize Vite’s capabilities. It enables seamless integration of advanced development features for building modern, high-performance web applications.
Using npm:
npm install vite-plugin-enhance --save-dev
Using Yarn:
yarn add vite-plugin-enhance -D
Add the plugin to your vite.config.js
or vite.config.ts
:
import { defineConfig } from "vite";
import enhance from "vite-plugin-enhance";
export default defineConfig({
plugins: [
enhance({
enableOptimization: true,
enableDiagnostics: false,
}),
],
});
Option | Type | Default | Description |
---|---|---|---|
enableOptimization | boolean | true | Enables default build optimizations |
enableDiagnostics | boolean | false | Enables additional logs and performance metrics |
customPlugins | array | [] | Inject custom Vite plugins to extend behavior |
[vite-plugin-enhance] 🚀 Optimization enabled
[vite-plugin-enhance] ✅ Integrated 3 custom plugins
MIT © [devin-ta39]
Have ideas or improvements? Contributions are welcome! Feel free to open an issue or submit a PR.
FAQs
security holding package
The npm package vite-plugin-enhance receives a total of 0 weekly downloads. As such, vite-plugin-enhance popularity was classified as not popular.
We found that vite-plugin-enhance 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.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.