Socket
Socket
Sign inDemoInstall

pg-pool

Package Overview
Dependencies
34
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1245Next

2.0.4

Diff

brianc
published 2.0.3 •

brianc
published 2.0.2 •

brianc
published 2.0.1 •

brianc
published 2.0.0 •

Changelog

Source

v2.0.0

  • Properly handle various PostgreSQL to JavaScript type conversions to avoid data loss:
PostgreSQL | pg@v2.0 JavaScript | pg@v1.0 JavaScript
--------------------------------|----------------
float4     | number (float)     | string
float8     | number (float)     | string
int8       | string             | number (int)
numeric    | string             | number (float)
decimal    | string             | number (float)

For more information see https://github.com/brianc/node-postgres/pull/353 If you are unhappy with these changes you can always override the built in type parsing fairly easily.

brianc
published 1.8.0 •

brianc
published 1.7.1 •

brianc
published 1.7.0 •

brianc
published 1.6.0 •

brianc
published 1.5.0 •

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc