catbox-mongodb
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"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`. | ||
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
40882
2
9
1053
14
1