Socket
Socket
Sign inDemoInstall

connect-mongo

Package Overview
Dependencies
181
Maintainers
2
Versions
67
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
234567Next

5.1.0

Diff

Changelog

Source

[5.1.0] - 2023-10-14

Changed

  • Extend mongodb peer dependency allowed versions to 6.x
  • Upgrade dependency
mingchuno
published 5.0.0 •

Changelog

Source

[5.0.0] - 2023-03-14

BREAKING CHANGES

  • Upgraded peer dependency mongodb to 5.0.0
  • Change engines to require Node 12.9 or newer, matching the upgrade to mongodb that occurred in v4.5.0

Fixed

  • Declare express-session as a peer dependency.
mingchuno
published 4.6.0 •

Changelog

Source

[4.6.0] - 2021-09-17

Changed

  • Moved mongodb to a peer dependency (and also as a dev dependency for connect-mongo developers). connect-mongo is no longer pinned to a specific version of mongodb. This allows end users to avoid errors due to Typescript definition changes when moving to new versions of mongodb. Users can use any version of mongodb that provides a compatible (non-breaking) interface to mongodb ^4.1.0. Tested on mongodb 4.1.0 and 4.1.1. Should fix: #433 #434 #436

Fixed

  • Fixed "Callback was already called" when some code throws immediately after calling the set function
mingchuno
published 4.5.0 •

Changelog

Source

[4.5.0] - 2021-08-17

BREAKING CHANGES

  • Drop Node 10 support

Changed

  • Upgrade mongodb to V4 [#422] [#426]

Fixed

  • Move writeConcern away from top-level option to fix deprecation warning #422
mingchuno
published 4.4.1 •

Changelog

Source

[4.4.1] - 2021-03-23

Fixed

  • store.all() method not working with encrypted store #410 #411
  • Update and unpin mongodb dependency due to upstream fix has been deployed #409
mingchuno
published 4.4.0 •

Changelog

Source

[4.4.0] - 2021-03-11

BREAKING CHANGES

  • Use export = for better cjs require without .default

Added

  • Add typescript example
mingchuno
published 4.4.0-rc1 •

mingchuno
published 4.3.1 •

Changelog

Source

[4.3.1] - 2021-03-09

Fixed

  • Fix incorrect assertion checking after adding client options
mingchuno
published 4.3.0 •

Changelog

Source

[4.3.0] - 2021-03-08

Added

  • Add client option for non-promise client
mingchuno
published 4.2.2 •

Changelog

Source

[4.2.2] - 2021-03-02

Fixed

  • Fix crypto parsing error by upgrading kruptein to v3.0.0 and change encodeas to base64
234567Next
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