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

hbs

Package Overview
Dependencies
Maintainers
2
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hbs - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

6

lib/hbs.js

@@ -103,4 +103,8 @@

var view_dir = options.settings.views;
var layout_filename = path.join(view_dir, options.layout || 'layout' + extension);
var layout_filename = path.join(view_dir, options.layout || 'layout');
if (!path.extname(layout_filename)) {
layout_filename += extension;
};
var layout_template = cache[layout_filename];

@@ -107,0 +111,0 @@ if (layout_template) {

2

package.json
{
"name": "hbs",
"description": "Express.js template engine plugin for Handlebars",
"version": "1.0.7",
"version": "1.0.8",
"homepage": "https://github.com/donpark/hbs",

@@ -6,0 +6,0 @@ "author": "Don Park <donpark@docuverse.com> (http://blog.docuverse.com)",

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