🎩 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.14.0
to
0.14.1
+4
-0
dist/index.d.mts

@@ -667,2 +667,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';

editModes?: EditMode[];
/** Wire format. Default: `"json"`. */
format?: "json" | "yaml";
/** Serialise the spec for edits. Defaults to JSON.stringify for json, must be provided for yaml. */
serializer?: (spec: Spec) => string;
}

@@ -669,0 +673,0 @@ /**

@@ -667,2 +667,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';

editModes?: EditMode[];
/** Wire format. Default: `"json"`. */
format?: "json" | "yaml";
/** Serialise the spec for edits. Defaults to JSON.stringify for json, must be provided for yaml. */
serializer?: (spec: Spec) => string;
}

@@ -669,0 +673,0 @@ /**

+1
-1
{
"name": "@json-render/core",
"version": "0.14.0",
"version": "0.14.1",
"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