🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@json-render/core

Package Overview
Dependencies
Maintainers
3
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@json-render/core - npm Package Compare versions

Comparing version
0.16.0
to
0.17.0
+4
-2
dist/index.d.mts

@@ -91,4 +91,6 @@ import { S as StateModel, V as VisibilityCondition, a as StateCondition, A as AndCondition, O as OrCondition, D as DynamicValue, b as Spec, J as JsonPatch } from './store-utils-D98Czbil.mjs';

* registered function with resolved args and returns the result
* - `{ $template: string }` interpolates `${/path}` references in the
* string with values from the state model
* - `{ $template: string }` interpolates `${/path}` and `${field}`
* references. Absolute paths (`${/path}`) resolve against the state
* model. Bare names (`${field}`) resolve against the current repeat
* item first, then fall back to the state model at `/<field>`.
* - Any other value is a literal (passthrough)

@@ -95,0 +97,0 @@ */

@@ -91,4 +91,6 @@ import { S as StateModel, V as VisibilityCondition, a as StateCondition, A as AndCondition, O as OrCondition, D as DynamicValue, b as Spec, J as JsonPatch } from './store-utils-D98Czbil.js';

* registered function with resolved args and returns the result
* - `{ $template: string }` interpolates `${/path}` references in the
* string with values from the state model
* - `{ $template: string }` interpolates `${/path}` and `${field}`
* references. Absolute paths (`${/path}`) resolve against the state
* model. Bare names (`${field}`) resolve against the current repeat
* item first, then fall back to the state model at `/<field>`.
* - Any other value is a literal (passthrough)

@@ -95,0 +97,0 @@ */

{
"name": "@json-render/core",
"version": "0.16.0",
"version": "0.17.0",
"license": "Apache-2.0",

@@ -5,0 +5,0 @@ "description": "JSON becomes real things. Define your catalog, register your components, let AI generate.",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display