New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bedrock/mongodb

Package Overview
Dependencies
Maintainers
5
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bedrock/mongodb - npm Package Versions

10.2.0

Diff

Changelog

Source

10.2.0 - 2024-02-28

Changed

  • Relicense under the Apache-2.0 license.
dlongley
published 10.1.0 •

Changelog

Source

10.1.0 - 2022-09-01

Added

  • A new config option config.protocol which allows connections to replicateSets using mongodb+srv. This option will likely be removed in a future breaking release along with other parameterized values for the connection URL. Instead, the expectation is that only a full url will be supported.

Fixed

  • Throw if config.port is invalid.
  • Ignore config.port if it's undefined or null.
dlongley
published 10.0.1 •

Changelog

Source

10.0.1 - 2022-08-30

Added

  • Github Actions now test on authenticated & unauthenticated databases.
  • openDatabase pings server on successful connect.

Fixed

  • No longer pass in authSource: undefined as this causes connection strings with auth to fail.
  • No longer pass in ssl: undefined in connectOptions.
  • openDatabase now queries for serverInfo first.
  • openDatabase now correctly checks if auth is needed.
  • openDatabase no longer logs in authenticated users twice.
  • socketOptions are now set correctly in connectOptions.
  • Use db.databaseName when logging connection success over config.name.
dlongley
published 10.0.0 •

Changelog

Source

10.0.0 - 2022-04-28

Changed

  • BREAKING: Require @bedrock/core@6 peer dep.

Removed

  • BREAKING: Remove option to create a user via command line prompt. This mechanism is very old and is not a recommended way (and is no longer supported) to configure or setup a modern bedrock application.
dlongley
published 9.0.1 •

Changelog

Source

9.0.1 - 2022-04-01

Fixed

  • Use jsdoc-to-markdown@7.
dlongley
published 9.0.0 •

Changelog

Source

9.0.0 - 2022-04-01

Changed

  • BREAKING: Rename package to @bedrock/mongodb.
  • BREAKING: Convert to module (ESM).
  • BREAKING: Remove default export.
  • BREAKING: Require node 14.x.

Removed

  • BREAKING: Remove all callback-variants of APIs.
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