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.10.4 to 0.10.5

6

lib/bogart_handlebars.js

@@ -48,3 +48,5 @@ var _ = require('underscore');

injector.factory('respond', function (views) {
injector.factory('respond', function (views, locals) {
var iLocals = locals;
return function (view, locals, opts) {

@@ -54,3 +56,3 @@ if (!_.isFunction(view)) {

}
locals = _.extend({}, localsDefaults, locals);
locals = _.extend({}, localsDefaults, iLocals, locals);

@@ -57,0 +59,0 @@ //

{
"name": "bogart-handlebars",
"version": "0.10.4",
"version": "0.10.5",
"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