Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@emartech/boar-koa-server

Package Overview
Dependencies
Maintainers
192
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emartech/boar-koa-server - npm Package Compare versions

Comparing version 1.1.2 to 2.0.0

lib/security-middleware-factory/index.spec.js

41

package.json

@@ -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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc