@handlebars/allow-prototype-access
Advanced tools
Comparing version
{ | ||
"name": "@handlebars/allow-prototype-access", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Revert a Handlebars-instance ^4.6.0 to the proto-accessing behavior of 4.5.3", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js", |
@@ -152,3 +152,3 @@ # @handlebars/allow-prototype-access | ||
app.engine('hbs', expressHandlebars({ | ||
app.engine('handlebars', expressHandlebars({ | ||
handlebars: allowInsecurePrototypeAccess(Handlebars) | ||
@@ -155,0 +155,0 @@ })); |
10765
0.07%