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

catbox-mongodb

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

catbox-mongodb

MongoDB adapter for catbox

  • 1.1.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
6
decreased by-86.96%
Maintainers
2
Weekly downloads
 
Created
Source

catbox-mongodb

MongoDB adapter for catbox

Build Status

Lead Maintainer: Jarda Kotesovec

catbox-mongodb serializes values to BSON using MongoDB driver, therefore following data types are supported for this adapter: Object, Array, Number, String, Date, RegExp.

Options

  • host - the MongoDB server hostname. Defaults to '127.0.0.1'.
  • port - the MongoDB server port. Defaults to 27017.
  • username - when the mongo server requires authentication. Defaults to no authentication.
  • password - the authentication password when username is configured.
  • poolSize - number of connections. Defaults to 5.
  • partition - the MongoDB server database.

Keywords

FAQs

Package last updated on 06 Oct 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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