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

bogart-handlebars

Package Overview
Dependencies
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bogart-handlebars - npm Package Compare versions

Comparing version 0.9.3 to 0.9.4

5

lib/bogart_handlebars.js

@@ -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 || {}, {

2

package.json
{
"name": "bogart-handlebars",
"version": "0.9.3",
"version": "0.9.4",
"description": "Handlebars tools for Bogart",

@@ -5,0 +5,0 @@ "main": "index.js",

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