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

boar-server

Package Overview
Dependencies
Maintainers
6
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

boar-server - npm Package Compare versions

Comparing version 2.3.1 to 2.3.2

8

app/index.js

@@ -6,3 +6,3 @@ 'use strict';

var cors = require('koa-cors');
var jade = require('koa-jade');
var Jade = require('koa-jade');
var errorHandlerMiddleware = require('./middlewares/error-handler');

@@ -57,6 +57,8 @@ var methodOverride = require('koa-methodoverride');

addDynamicViewMiddleware: function(root, cache) {
this.addMiddleware(jade.middleware({
var jadeMiddleware = new Jade({
viewPath: root,
noCache: !cache
}));
});
jadeMiddleware.use(this.koaApp);
},

@@ -63,0 +65,0 @@

@@ -15,3 +15,3 @@ 'use strict';

execute: function() {
_.forEach(this._handledExceptions, this._setHandledExceptionOnMatch, this);
_.forEach(this._handledExceptions, _.bind(this._setHandledExceptionOnMatch, this));

@@ -18,0 +18,0 @@ if (!this._handledException) this._delegateException();

@@ -26,5 +26,5 @@ {

"devDependencies": {
"chai": "3.2.0",
"chai": "3.5.0",
"co-mocha": "1.1.2",
"mocha": "2.2.5",
"mocha": "2.4.5",
"semantic-release": "4.3.5"

@@ -34,13 +34,13 @@ },

"app-root-path": "1.0.0",
"koa-bodyparser": "2.0.0",
"koa-bodyparser": "2.0.1",
"koa-cors": "0.0.16",
"koa-jade": "1.1.0",
"koa-methodoverride": "0.4.2",
"koa-jade": "2.1.0",
"koa-methodoverride": "2.0.0",
"koa-request-id": "1.0.1",
"koa-router": "5.1.2",
"koa-static": "1.4.9",
"lodash": "3.10.1",
"koa-router": "5.4.0",
"koa-static": "2.0.0",
"lodash": "4.6.0",
"logentries-logformat": "0.1.4"
},
"version": "2.3.1"
"version": "2.3.2"
}
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