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.5.1
to
23.7.1
+1
-1
client/src/js/helpers.js

@@ -19,3 +19,3 @@

Handlebars.registerHelper('fromJson', function(val) {
const returnVal = (val === undefined) ? 'null' : JSON.stringify(val, 2);
const returnVal = (val === undefined) ? 'null' : JSON.stringify(val, null, 2);
//console.log('fromJson', val, returnVal);

@@ -22,0 +22,0 @@ return returnVal;

@@ -19,3 +19,3 @@ import * as Handlebars from 'handlebars';

Handlebars.registerHelper('fromJson', function(val) {
const returnVal = (val === undefined) ? 'null' : JSON.stringify(val, 2);
const returnVal = (val === undefined) ? 'null' : JSON.stringify(val, null, 2);
//console.log('fromJson', val, returnVal);

@@ -22,0 +22,0 @@ return returnVal;

{
"name": "@keyrock-dev/jotun",
"version": "23.5.1",
"version": "23.7.1",
"description": "Jotun Builder and Client Lib",

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