periodicjs.core.data
Advanced tools
Comparing version 0.1.2 to 0.2.0
@@ -5,3 +5,4 @@ 'use strict'; | ||
const sql = require(path.join(__dirname, './sql')); | ||
const loki = require(path.join(__dirname, './loki')); | ||
module.exports = { mongo, sql }; | ||
module.exports = { mongo, sql, loki }; |
'use strict'; | ||
const path = require('path'); | ||
const mongo = require(path.join(__dirname, './mongo')); | ||
const loki = require(path.join(__dirname, './loki')); | ||
module.exports = { | ||
mongo: mongo.Changes | ||
mongo: mongo.Changes, | ||
loki: loki.Changes | ||
}; |
@@ -5,2 +5,3 @@ 'use strict'; | ||
const sql = require('./sql'); | ||
const loki = require('./loki'); | ||
@@ -10,3 +11,5 @@ module.exports = { | ||
mongo, | ||
sql | ||
sql, | ||
loki, | ||
loki_default: DEFAULTS.loki | ||
}; |
@@ -45,2 +45,3 @@ { | ||
"jsdoc": "^3.4.3", | ||
"lowkie": "^0.1.2", | ||
"mocha": "~2.2.5", | ||
@@ -50,3 +51,3 @@ "mocha-lcov-reporter": "^1.2.0", | ||
"mongoose": "~4.4.14", | ||
"promisie": "~1.5.3", | ||
"promisie": "^1.6.1", | ||
"sequelize": "~3.28.0" | ||
@@ -97,4 +98,4 @@ }, | ||
}, | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"license": "MIT" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1848176
86
5030
23
39