New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

co-nested-hbs

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

co-nested-hbs - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

index.js

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

function *renderTemplate(viewPath, partialsPath, tmpl, locals) {
function* renderTemplate(viewPath, partialsPath, tmpl, locals) {
if (!registeredPartials) {

@@ -70,3 +70,3 @@ yield registerPartials(partialsPath);

var hbs = {layouts: opts.layouts};
var hbs = {layouts: opts.layouts, handlebars: handlebars};

@@ -73,0 +73,0 @@ hbs.registerHelper = function() {

{
"name": "co-nested-hbs",
"version": "0.1.0",
"version": "0.1.1",
"repository": "speedmanly/co-nested-hbs",

@@ -5,0 +5,0 @@ "description": "Generator-based Handlebars templates for nested layouts.",

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