@emartech/boar-koa-server
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -27,3 +27,3 @@ 'use strict'; | ||
maxAge: 30, | ||
includeSubdomains: true, | ||
includeSubDomains: true, | ||
preload: false | ||
@@ -30,0 +30,0 @@ }, |
@@ -8,3 +8,4 @@ { | ||
"test-run": "mocha ./lib --recursive", | ||
"test": "npm run test-run && npm audit && npm run code-style", | ||
"audit": "npm audit --json | audit-filter", | ||
"test": "npm run test-run && npm run audit && npm run code-style", | ||
"semantic-release": "CI=true semantic-release" | ||
@@ -26,21 +27,22 @@ }, | ||
"dependencies": { | ||
"app-root-path": "2.0.1", | ||
"app-root-path": "2.2.1", | ||
"deep-extend": "0.6.0", | ||
"kcors": "2.2.1", | ||
"kcors": "2.2.2", | ||
"koa-bodyparser": "4.2.1", | ||
"koa-helmet": "4.0.0", | ||
"koa-helmet": "4.1.0", | ||
"koa-methodoverride": "2.0.0", | ||
"koa-requestid": "2.0.1", | ||
"koa-router": "7.4.0", | ||
"koa-ssl": "2.0.0" | ||
"koa-ssl": "2.0.1" | ||
}, | ||
"devDependencies": { | ||
"chai": "4.1.2", | ||
"eslint": "4.19.1", | ||
"audit-filter": "0.4.3", | ||
"chai": "4.2.0", | ||
"eslint": "5.16.0", | ||
"eslint-config-emarsys": "5.1.0", | ||
"mocha": "5.2.0", | ||
"mocha": "6.1.4", | ||
"semantic-release": "15.13.3", | ||
"sinon": "6.0.0" | ||
"sinon": "7.3.2" | ||
}, | ||
"version": "1.1.0" | ||
"version": "1.1.1" | ||
} |
@@ -114,3 +114,3 @@ # Boar Koa Server | ||
maxAge: 30, | ||
includeSubdomains: true, | ||
includeSubDomains: true, | ||
preload: false | ||
@@ -117,0 +117,0 @@ }, |
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
11591
9
7
+ Addedapp-root-path@2.2.1(transitive)
+ Addedkcors@2.2.2(transitive)
+ Addedkoa-helmet@4.1.0(transitive)
+ Addedkoa-ssl@2.0.1(transitive)
- Removedapp-root-path@2.0.1(transitive)
- Removedkcors@2.2.1(transitive)
- Removedkoa-helmet@4.0.0(transitive)
- Removedkoa-ssl@2.0.0(transitive)
Updatedapp-root-path@2.2.1
Updatedkcors@2.2.2
Updatedkoa-helmet@4.1.0
Updatedkoa-ssl@2.0.1