
Security News
Software Engineering Daily Podcast: Feross on AI, Open Source, and Supply Chain Risk
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.
@open-editor/vite
Advanced tools
A vite plugin for fast find source code, supported in React & Vue.
For development only
npm -D i @open-editor/vite
// vite.config.ts
import OpenEditor from '@open-editor/vite';
export default defineConfig({
plugins: [
OpenEditor({
/* options */
}),
// other plugins
],
});
interface Options {
/**
* source rootDir path
*
* @default process.cwd()
*/
rootDir?: string;
/**
* render the toggle into the browser
*
* @default false
*/
displayToggle?: boolean;
/**
* custom openEditor handler
*/
onOpenEditor?(file: string): void;
}
FAQs
🚀 A vite plugin for fast find source code.
The npm package @open-editor/vite receives a total of 159 weekly downloads. As such, @open-editor/vite popularity was classified as not popular.
We found that @open-editor/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
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.

Security News
GitHub has revoked npm classic tokens for publishing; maintainers must migrate, but OpenJS warns OIDC trusted publishing still has risky gaps for critical projects.

Security News
Rust’s crates.io team is advancing an RFC to add a Security tab that surfaces RustSec vulnerability and unsoundness advisories directly on crate pages.