New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@neondatabase/vite-plugin-postgres

Package Overview
Dependencies
Maintainers
6
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@neondatabase/vite-plugin-postgres

[DEPRECATED] This package has been renamed to 'vite-plugin-neon-new'. Please use 'vite-plugin-neon-new' instead.

latest
npmnpm
Version
0.8.0
Version published
Maintainers
6
Created
Source

⚠️ DEPRECATED: @neondatabase/vite-plugin-postgres

This package has been renamed to vite-plugin-db.

Migration Guide

Please update your dependencies to use the new package name:

Installation

Before:

npm install @neondatabase/vite-plugin-postgres
# or
pnpm add @neondatabase/vite-plugin-postgres

After:

npm install vite-plugin-db
# or
pnpm add vite-plugin-db

Usage in vite.config.ts

Before:

import { postgres } from "@neondatabase/vite-plugin-postgres";

export default defineConfig({
	plugins: [postgres()],
});

After:

import { postgres } from "vite-plugin-db";

export default defineConfig({
	plugins: [postgres()],
});

Why the Rename?

The package was renamed to vite-plugin-db to align with the CLI package rename from neondb to get-db, providing a more consistent and intuitive naming scheme.

Support

For issues, questions, or contributions, please visit the repository.

Keywords

neon

FAQs

Package last updated on 09 Mar 2026

Did you know?

Socket

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.

Install

Related posts