Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@keyrock-dev/jotun

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@keyrock-dev/jotun - npm Package Compare versions

Comparing version
23.3.28
to
23.3.29
+6
-1
client/src/js/render.js
const Jotun = {};
const renderOptions = {
allowProtoPropertiesByDefault: true,
allowProtoMethodsByDefault: true,
};
/// Wrapper to render template partials

@@ -10,3 +15,3 @@ Jotun.render = function(name, data) {

}
const html = template(data);
const html = template(data, renderOptions);
return html;

@@ -13,0 +18,0 @@ };

+1
-1
{
"name": "@keyrock-dev/jotun",
"version": "23.3.28",
"version": "23.3.29",
"description": "Jotun Builder and Client Lib",

@@ -5,0 +5,0 @@ "main": "builder/index.mjs",