
Security News
AI Agent Lands PRs in Major OSS Projects, Targets Maintainers via Cold Outreach
An AI agent is merging PRs into major OSS projects and cold-emailing maintainers to drum up more work.
@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:
The npm package @deno/vite-plugin receives a total of 7,587 weekly downloads. As such, @deno/vite-plugin popularity was classified as popular.
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
An AI agent is merging PRs into major OSS projects and cold-emailing maintainers to drum up more work.

Research
/Security News
Chrome extension CL Suite by @CLMasters neutralizes 2FA for Facebook and Meta Business accounts while exfiltrating Business Manager contact and analytics data.

Security News
After Matplotlib rejected an AI-written PR, the agent fired back with a blog post, igniting debate over AI contributions and maintainer burden.