Socket
Socket
Sign inDemoInstall

express-hbs

Package Overview
Dependencies
49
Maintainers
17
Versions
57
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.4 to 2.3.5

SECURITY.md

26

package.json
{
"name": "express-hbs",
"version": "2.3.4",
"version": "2.3.5",
"description": "Express handlebars template engine complete with multiple layouts, partials and blocks.",

@@ -32,20 +32,20 @@ "keywords": [

"devDependencies": {
"cookie-parser": "1.4.5",
"eslint": "7.5.0",
"express": "4.17.1",
"i18n": "0.10.0",
"mocha": "8.0.1",
"nyc": "15.1.0",
"rewire": "5.0.0",
"supertest": "4.0.2"
"cookie-parser": "^1.4.5",
"eslint": "^7.24.0",
"express": "^4.17.1",
"i18n": "^0.13.2",
"mocha": "^8.3.2",
"nyc": "^15.1.0",
"rewire": "^5.0.0",
"supertest": "^6.1.3"
},
"dependencies": {
"bluebird": "^3.5.3",
"handlebars": "4.7.6",
"lodash": "4.17.19",
"readdirp": "3.4.0"
"handlebars": "^4.7.7",
"lodash": "^4.17.21",
"readdirp": "^3.6.0"
},
"optionalDependencies": {
"js-beautify": "1.11.0"
"js-beautify": "^1.13.11"
}
}

@@ -300,2 +300,2 @@ # express-hbs

Copyright (c) 2012-2020 Barc, Inc., Ghost Foundation - Released under the [MIT license](LICENSE).
Copyright (c) 2012-2021 Barc, Inc., Ghost Foundation - Released under the [MIT license](LICENSE).
{
"extends": [
"@tryghost:quietJS"
"@tryghost:quietJS",
"@tryghost:automergeDevDependencies"
]
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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