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

pg-using-bluebird

Package Overview
Dependencies
Maintainers
4
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pg-using-bluebird - npm Package Versions

2

4.0.1

Diff

sluukkonen
published 4.0.0 •

Changelog

Source

4.0.0

Breaking changes

  • Changed: updated required node.js version to >=8.0
  • Changed: queryAsync now returns the whole result object instead of just the rows; queryRowsAsync remains unchanged and should be used when only the result rows are wanted
  • Removed: createUpsertCTE, as the ON CONFLICT syntax has been present in PostgreSQL for several versions now and it's clearer than using a CTE, so there's little incentive to keep the old query builder around
  • Removed: custom query object keys as no need for these had come up

Improvements

  • Changed: updated README
pnex2000
published 3.3.1 •

Changelog

Source

3.3.1

  • Add withConnection and withTransaction convenience methods
  • Expose the pool object through the API
pnex2000
published 3.2.1 •

Changelog

Source

3.2.1

  • Update dependencies
pnex2000
published 3.2.0 •

Changelog

Source

3.2.0

  • Support node-postgres 7.4.x, .end() now returns a promise
elysion
published 3.1.0 •

hvrauhal
published 3.0.1 •

hvrauhal
published 3.0.0 •

hvrauhal
published 2.0.1 •

hvrauhal
published 2.0.0 •

2
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