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 3.0.0 to 3.0.1

4

History.md

@@ -0,1 +1,5 @@

# 3.0.1 (2015-03-12)
* honor custom extension when using view engine layouts
# 3.0.0 (2015-03-09)

@@ -2,0 +6,0 @@

2

lib/hbs.js

@@ -120,3 +120,3 @@ var fs = require('fs');

if (!path.extname(view_path)) {
view_path += '.hbs';
view_path += extension;
}

@@ -123,0 +123,0 @@

{
"name": "hbs",
"description": "Express.js template engine plugin for Handlebars",
"version": "3.0.0",
"version": "3.0.1",
"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