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
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

catbox-mongodb - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

examples/mongo.js

5

package.json
{
"name": "catbox-mongodb",
"description": "MongoDB adapter for catbox",
"version": "1.0.0",
"version": "1.0.1",
"author": "Eran Hammer <eran@hueniverse.com> (http://hueniverse.com)",

@@ -27,5 +27,2 @@ "contributors": [

},
"peerDependencies": {
"catbox": "2.x.x"
},
"scripts": {

@@ -32,0 +29,0 @@ "test": "make test-cov"

@@ -5,1 +5,10 @@ catbox-mongodb

MongoDB adapter for catbox
### 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`.
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