You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP →

kazana-config

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kazana-config - npm Package Compare versions

Comparing version

to
5.3.0

@@ -34,3 +34,6 @@ module.exports = {

rawData: 'kazana-raw-data',
integratedData: 'kazana-integrated-data'
integratedData: 'kazana-integrated-data',
options: {
timeout: 10000
}
},

@@ -37,0 +40,0 @@ // nodemailer configuration, see

@@ -35,18 +35,18 @@ {

"dependencies": {
"lodash": "3.10.1",
"rc": "1.1.1"
"lodash": "^3.10.1",
"rc": "^1.1.2"
},
"devDependencies": {
"bundle-bump-bot": "1.1.0",
"doxx": "2.1.0",
"gh-pages-deploy": "0.3.0",
"istanbul": "0.3.20",
"istanbul-coveralls": "1.0.3",
"rimraf": "2.4.3",
"semantic-release": "4.3.4",
"standard": "5.2.2",
"tap-spec": "4.1.0",
"tape": "4.2.0"
"bundle-bump-bot": "^1.1.0",
"doxx": "^2.1.1",
"gh-pages-deploy": "^0.3.0",
"istanbul": "^0.4.0",
"istanbul-coveralls": "^1.0.3",
"rimraf": "^2.4.3",
"semantic-release": "^6.0.3",
"standard": "^5.2.2",
"tap-spec": "^4.1.0",
"tape": "^4.2.1"
},
"version": "5.2.0"
"version": "5.3.0"
}

@@ -154,2 +154,9 @@ # kazana-config

<td>
<strong>db.options</strong><br>
Database ajax options, as passed to the PouchDB constructor.
</td>
<td><code>{ timeout: 10000 }</code></td>
</tr>
<tr>
<td>
<strong>email.service</strong><br>

@@ -156,0 +163,0 @@ Nodemailer Email Service

@@ -60,2 +60,6 @@ var test = require('tape')

})
test('config.db.options', function (t) {
t.plan(1)
t.deepEqual(getConfig(kazanaApp).db.options, { timeout: 10000 }, 'defaults to { timeout: 10000 }')
})
test('config.email.service', function (t) {

@@ -62,0 +66,0 @@ t.plan(1)

Sorry, the diff of this file is not supported yet