Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@neondatabase/serverless

Package Overview
Dependencies
Maintainers
3
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@neondatabase/serverless - npm Package Versions

13
8

0.8.0

Diff

Changelog

Source

0.8.0 (2024-02-06)

Use a single (per-region) domain name for all connections to Neon databases. Intended to help with connection caching in V8. Passes the endpoint ID inside connection options for WebSocket connections.

jawj
published 0.7.2 •

Changelog

Source

0.7.2 (2024-01-10)

Export a full ESM build to index.mjs -- don't just wrap the CJS code -- since no wrapping method seems reliable across bundlers and platforms. It's now important to only require or only import the package: if you mix, you'll get two copies of the code that don't share configuration changes.

jawj
published 0.7.1 •

Changelog

Source

0.7.1 (2024-01-09)

Fixed index.d.mts.

jawj
published 0.7.0 •

Changelog

Source

0.7.0 (2024-01-08)

Altered ESM re-export technique (in index.mjs) to work around WebPack issues. Added a re-export of TypeScript types (as index.d.mts) to fix the 'Masquerading as CJS' warning from https://arethetypeswrong.github.io/.

jawj
published 0.6.1 •

Changelog

Source

0.6.1 (2023-12-19)

WebSocket connection errors are now reported properly via client.on('error', err => { /* ... */ }).

jawj
published 0.6.0 •

jawj
published 0.5.7 •

jawj
published 0.5.6 •

jawj
published 0.5.5 •

jawj
published 0.5.4 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc