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
55
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.0.2 to 1.0.3

4

lib/security-middleware-factory/index.js
'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"
}
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