@emartech/boar-koa-server
Advanced tools
Comparing version 1.1.2 to 2.0.0
@@ -5,2 +5,8 @@ { | ||
"main": "index.js", | ||
"files": [ | ||
"**/*.js" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
@@ -10,4 +16,4 @@ "code-style": "eslint '**/*.js'", | ||
"audit": "npm audit", | ||
"test": "npm run test-run && npm run audit && npm run code-style", | ||
"semantic-release": "CI=true semantic-release" | ||
"test": "npm run test-run && npm run audit --omit=dev && npm run code-style", | ||
"release": "CI=true semantic-release" | ||
}, | ||
@@ -18,5 +24,2 @@ "repository": { | ||
}, | ||
"engines": { | ||
"node": "10" | ||
}, | ||
"author": "Emarsys", | ||
@@ -29,21 +32,29 @@ "license": "MIT", | ||
"dependencies": { | ||
"app-root-path": "3.0.0", | ||
"app-root-path": "3.1.0", | ||
"deep-extend": "0.6.0", | ||
"kcors": "2.2.2", | ||
"koa-bodyparser": "4.3.0", | ||
"koa-helmet": "6.1.0", | ||
"koa-bodyparser": "4.4.1", | ||
"koa-helmet": "7.0.2", | ||
"koa-methodoverride": "2.0.0", | ||
"koa-requestid": "2.1.0", | ||
"koa-router": "10.0.0", | ||
"koa-router": "12.0.0", | ||
"koa-ssl": "2.0.1" | ||
}, | ||
"overrides": { | ||
"semantic-release": { | ||
"@semantic-release/npm": { | ||
"npm": "$npm" | ||
} | ||
} | ||
}, | ||
"devDependencies": { | ||
"chai": "4.3.4", | ||
"eslint": "7.26.0", | ||
"chai": "4.3.7", | ||
"eslint": "8.44.0", | ||
"eslint-config-emarsys": "5.1.0", | ||
"mocha": "8.4.0", | ||
"semantic-release": "17.4.3", | ||
"sinon": "10.0.0" | ||
"mocha": "10.2.0", | ||
"semantic-release": "21.0.7", | ||
"sinon": "15.2.0", | ||
"npm": "9.8.0" | ||
}, | ||
"version": "1.1.2" | ||
"version": "2.0.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
16804
285
7
+ Addedapp-root-path@3.1.0(transitive)
+ Addedhelmet@6.2.0(transitive)
+ Addedkoa-bodyparser@4.4.1(transitive)
+ Addedkoa-helmet@7.0.2(transitive)
+ Addedkoa-router@12.0.0(transitive)
- Removedapp-root-path@3.0.0(transitive)
- Removeddepd@1.1.2(transitive)
- Removedhelmet@4.6.0(transitive)
- Removedhttp-errors@1.8.1(transitive)
- Removedkoa-bodyparser@4.3.0(transitive)
- Removedkoa-helmet@6.1.0(transitive)
- Removedkoa-router@10.0.0(transitive)
- Removedstatuses@1.5.0(transitive)
Updatedapp-root-path@3.1.0
Updatedkoa-bodyparser@4.4.1
Updatedkoa-helmet@7.0.2
Updatedkoa-router@12.0.0