
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
@deno/vite-plugin
Advanced tools
Plugin to enable Deno resolution inside [vite](https://github.com/vitejs/vite). It supports:
Plugin to enable Deno resolution inside vite. It supports:
deno.jsonnpm: specifierjsr: specifierhttp: and https: specifiersDeno specific resolution cannot be used in vite.config.ts because it's not
possible to intercept the bundling process of the config file in vite.
Install this package:
# npm
npm install @deno/vite-plugin
# pnpm
pnpm install @deno/vite-plugin
# deno
deno install npm:@deno/vite-plugin
Add the plugin to your vite configuration file vite.config.ts:
import { defineConfig } from "vite";
+ import deno from "@deno/vite-plugin";
export default defineConfig({
+ plugins: [deno()],
});
MIT, see the license file.
FAQs
Plugin to enable Deno resolution inside [vite](https://github.com/vitejs/vite). It supports:
We found that @deno/vite-plugin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 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
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.