You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@handlebars/allow-prototype-access

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@handlebars/allow-prototype-access - npm Package Compare versions

Comparing version

to
1.0.2

2

package.json
{
"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 @@ }));