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

connect-pg-simple

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

connect-pg-simple - npm Package Versions

134

6.0.0

Diff

Changelog

Source

6.0.0 (2019-07-28)

voxpelli
published 5.0.0 •

Changelog

Source

5.0.0 (2018-06-06)

  • Breaking change: Now requires at least Node.js 8.x (this as Node.js 6.x only have a short time left in its LTS and I rather don't bump the major version more often than I have to)
  • Breaking change: Now expects pg 7.x to be used
  • Fix: Connection string is now handled by pg instead of by this module. Should improve support for things like ssl.
voxpelli
published 4.2.1 •

Changelog

Source

4.2.1 (2017-08-20)

  • Fix: The pruning timer will no longer keep Node alive, it's been given the unref() treatment
voxpelli
published 4.2.0 •

Changelog

Source

4.2.0 (2017-05-20)

  • Feature: New option pgPromise enables the library to re-use an existing connection from pg-promise. This is a mutually-exclusive alternative to specifying pool, conObject, or conString (only one of these can be provided).
voxpelli
published 4.1.0 •

Changelog

Source

4.1.0 (2017-05-19)

  • Feature: New option conObject enables connection details to be set through an object
  • Improvement: Hardening of conString parsing + some added tests of it
voxpelli
published 4.0.0 •

Changelog

Source

4.0.0 (2017-05-19)

  • Breaking change + improved support: When the pg module is provided to this module, then a pool from the new 6.x version of that module is now required rather than providing the module itself
voxpelli
published 3.1.2 •

Changelog

Source

3.1.2

  • Bug fix: Previous timestamp fix failed critically, fixing it again. Thanks @G3z and @eemeli
voxpelli
published 3.1.1 •

Changelog

Source

3.1.1

  • Bug fix: The internal query helper was treating params() wrong when called with two argument. Thanks for reporting @colideum!
  • Bug fix: If the database and the node instances had different clocks, then things wouldn't work that well due to mixed timestamp sources. Now node handles all timestamps. Thanks for reporting @sverkoye!
voxpelli
published 3.1.0 •

Changelog

Source

3.1.0

  • Feature: Support the store.touch() method to allow for extending the life time of a session without changing the data of it. This enables setting the resave option to false, which is recommended to avoid a session extender save overwriting another save that adds new data to the session. More info in the express-session readme.
  • Fix: Relax the engine requirements – accept newer versions of Node.js/iojs as well
voxpelli
published 3.0.2 •

Changelog

Source

3.0.2

  • Fix: Added support for sails by supporting sending the full Express 3 object into the plugin
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