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

express-handlebars-multi

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-handlebars-multi - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

16

lib/express-handlebars-multi.js

@@ -5,2 +5,3 @@ 'use strict'

const _ = require('lodash')
const debug = require('debug')('request-handlebars-multi')
const handlebars = require('handlebars')

@@ -59,5 +60,12 @@ const mergeArgs = require('merge-args')()

*
* Express view engine render function
*
* @param {string} file
* @param {object} options
* @param {function} callback
*
* @throws {Error}
*/
function render () {
function render (file, options, callback) {
debug('render', file, options)
}

@@ -72,2 +80,4 @@

GLOBAL = global.__express_handlebars_multi__ = _.cloneDeep(defaultConfig)
}
}
/* private functions */

5

package.json
{
"author": "Ersun Warncke <ersun.warncke@gmail.com>",
"dependencies": {
"debug": "^2.6.0",
"handlebars": "^4.0.6",
"lodash": "^4.17.4",
"merge-args": "^0.1.0"
"merge-args": "^0.2.0"
},

@@ -24,3 +25,3 @@ "description": "Express handlebars view engine with support for multiple layouts, partials, and views directories",

},
"version": "0.0.1"
"version": "0.0.2"
}
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