@emartech/boar-koa-server
Advanced tools
Comparing version 1.0.2 to 1.0.3
'use strict'; | ||
const _ = require('lodash'); | ||
const deepExtend = require('deep-extend'); | ||
const helmet = require('koa-helmet'); | ||
@@ -9,3 +9,3 @@ | ||
constructor(options) { | ||
this._config = _.merge({}, this.defaultConfig, options); | ||
this._config = deepExtend({}, this.defaultConfig, options); | ||
} | ||
@@ -12,0 +12,0 @@ |
@@ -31,2 +31,3 @@ { | ||
"app-root-path": "2.0.1", | ||
"deep-extend": "0.5.0", | ||
"kcors": "2.2.1", | ||
@@ -38,4 +39,3 @@ "koa-bodyparser": "4.2.0", | ||
"koa-router": "7.2.1", | ||
"koa-ssl": "2.0.0", | ||
"lodash": "4.17.4" | ||
"koa-ssl": "2.0.0" | ||
}, | ||
@@ -51,3 +51,3 @@ "devDependencies": { | ||
}, | ||
"version": "1.0.2" | ||
"version": "1.0.3" | ||
} |
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
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
10006
+ Addeddeep-extend@0.5.0
+ Addeddeep-extend@0.5.0(transitive)
- Removedlodash@4.17.4
- Removedlodash@4.17.4(transitive)