Socket
Socket
Sign inDemoInstall

express-handlebars

Package Overview
Dependencies
35
Maintainers
3
Versions
54
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.0 to 4.0.0

renovate.json

29

HISTORY.md
Express Handlebars Change History
=================================
4.0.0 (2020-03-25)
------------------
* Move to repo https://github.com/express-handlebars/express-handlebars/
* Update all deps.
3.1.0 (2019-05-14)
------------------
* `defaultLayout` defaults to main ([#249][])
* Upgrade Handlebars to v4.1.2 ([#250][])
[#249]: https://github.com/ericf/express-handlebars/issues/249
[#250]: https://github.com/ericf/express-handlebars/issues/250
3.0.2 (2019-02-24)
------------------
* Fix configuration `layoutsDir` & `partialsDir`. ([#244][])
[#244]: https://github.com/ericf/express-handlebars/issues/244
3.0.1 (2019-02-20)
------------------
* Updated dependencies that are long over due
3.0.0 (2016-01-26)

@@ -9,2 +36,4 @@ ------------------

[#142]: https://github.com/ericf/express-handlebars/issues/142
2.0.1 (2015-04-23)

@@ -11,0 +40,0 @@ ------------------

16

package.json
{
"name": "express-handlebars",
"description": "A Handlebars view engine for Express which doesn't suck.",
"version": "3.1.0",
"homepage": "https://github.com/ericf/express-handlebars",
"version": "4.0.0",
"homepage": "https://github.com/express-handlebars/express-handlebars",
"keywords": [

@@ -18,6 +18,6 @@ "express",

"type": "git",
"url": "git://github.com/ericf/express-handlebars.git"
"url": "git://github.com/express-handlebars/express-handlebars.git"
},
"bugs": {
"url": "https://github.com/ericf/express-handlebars/issues"
"url": "https://github.com/express-handlebars/express-handlebars/issues"
},

@@ -28,7 +28,7 @@ "engines": {

"dependencies": {
"glob": "^7.1.3",
"graceful-fs": "^4.1.2",
"handlebars": "^4.1.2",
"glob": "^7.1.6",
"graceful-fs": "^4.2.3",
"handlebars": "^4.7.3",
"object.assign": "^4.1.0",
"promise": "^8.0.2"
"promise": "^8.1.0"
},

@@ -35,0 +35,0 @@ "main": "index.js",

Express Handlebars
==================
[![Join the chat at https://gitter.im/ericf/express-handlebars](https://badges.gitter.im/ericf/express-handlebars.svg)](https://gitter.im/ericf/express-handlebars?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
A [Handlebars][] view engine for [Express][] which doesn't suck.

@@ -18,4 +16,4 @@

[npm-badge]: https://img.shields.io/npm/v/express-handlebars.svg?style=flat-square
[dep-status]: https://david-dm.org/ericf/express-handlebars
[dep-badge]: https://img.shields.io/david/ericf/express-handlebars.svg?style=flat-square
[dep-status]: https://david-dm.org/express-handlebars/express-handlebars
[dep-badge]: https://img.shields.io/david/express-handlebars/express-handlebars.svg?style=flat-square
[jneen-exphbs]: https://github.com/jneen/express-handlebars

@@ -293,3 +291,3 @@

[examples directory]: https://github.com/ericf/express-handlebars/tree/master/examples
[examples directory]: https://github.com/express-handlebars/express-handlebars/tree/master/examples
[view cache setting]: http://expressjs.com/api.html#app-settings

@@ -564,4 +562,4 @@ [Express locals]: http://expressjs.com/api.html#app.locals

[Basic Usage]: https://github.com/ericf/express-handlebars/tree/master/examples/basic
[Advanced Usage]: https://github.com/ericf/express-handlebars/tree/master/examples/advanced
[Basic Usage]: https://github.com/express-handlebars/express-handlebars/tree/master/examples/basic
[Advanced Usage]: https://github.com/express-handlebars/express-handlebars/tree/master/examples/advanced

@@ -575,2 +573,2 @@

[LICENSE file]: https://github.com/ericf/express-handlebars/blob/master/LICENSE
[LICENSE file]: https://github.com/express-handlebars/express-handlebars/blob/master/LICENSE
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc