Socket
Socket
Sign inDemoInstall

express-secure-handlebars

Package Overview
Dependencies
191
Maintainers
4
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.2.1

2

package.json
{
"name": "express-secure-handlebars",
"version": "1.2.0",
"version": "1.2.1",
"licenses": [

@@ -5,0 +5,0 @@ {

@@ -37,2 +37,3 @@ /*

h.precompile = function (template, options) {
options = options || {};
return pc.call(this, preprocess(template), options);

@@ -43,2 +44,3 @@ };

h.compile = function (template, options) {
options = options || {};
return c.call(this, preprocess(template), options);

@@ -45,0 +47,0 @@ };

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