bogart-handlebars
Advanced tools
Comparing version 0.9.3 to 0.9.4
@@ -8,6 +8,9 @@ var _ = require('underscore'); | ||
function BogartHandlebarsMiddleware(viewsPath, options) { | ||
function BogartHandlebarsMiddleware(viewsPath, options, handlebars) { | ||
if (!viewsPath) { | ||
throw new Error('bogart-handlebars missing required parameter `viewsPath`'); | ||
} | ||
if (handlebars){ | ||
Handlebars = handlebars; | ||
} | ||
@@ -14,0 +17,0 @@ options = _.defaults(options || {}, { |
{ | ||
"name": "bogart-handlebars", | ||
"version": "0.9.3", | ||
"version": "0.9.4", | ||
"description": "Handlebars tools for Bogart", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
4390
51
0