Comparing version 2.0.0 to 2.0.1
@@ -168,3 +168,3 @@ var pkg = require('./package.json') | ||
} else { | ||
_.forIn(defaultOptions, function (key) { | ||
_.forIn(defaultOptions, function (value, key) { | ||
if (key in options && _.isBoolean(options[key])) { | ||
@@ -171,0 +171,0 @@ defaultOptions[key] = options[key] |
{ | ||
"name": "koa-jade", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A Jade middleware for Koa", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -147,3 +147,3 @@ # Koa-jade | ||
// Mess assignment | ||
// Mass assignment | ||
_.assign(jade.locals, LOCALS_1, LOCALS_2, ...) | ||
@@ -150,0 +150,0 @@ |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
114850
0