You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@neondatabase/vite-plugin-postgres

Package Overview
Dependencies
Maintainers
9
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@neondatabase/vite-plugin-postgres - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+1
-1
dist/index.js
import { note, intro, outro } from '@clack/prompts';
import { instantNeon } from 'neondb/sdk';
import { instantNeon } from 'neondb/launchpad';
import { resolve } from 'path';

@@ -4,0 +4,0 @@ import { loadEnv } from 'vite';

{
"name": "@neondatabase/vite-plugin-postgres",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",

@@ -18,3 +18,3 @@ "main": "dist/index.js",

"vitest": "^3.0.9",
"neondb": "0.3.0"
"neondb": "0.3.1"
},

@@ -34,4 +34,5 @@ "peerDependencies": {

"tsc": "tsc",
"dry:run": "pnpm build && node dist/cli.js"
"dry:run": "pnpm build && node dist/cli.js --yes",
"dry:run:prompt": "pnpm build && node dist/cli.js"
}
}