Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@json-layout/core

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@json-layout/core - npm Package Compare versions

Comparing version 0.8.0 to 0.8.1

2

package.json
{
"name": "@json-layout/core",
"version": "0.8.0",
"version": "0.8.1",
"description": "Compilation and state management utilities for JSON Layout.",

@@ -5,0 +5,0 @@ "type": "module",

@@ -1,5 +0,5 @@

import type ajvModule from 'ajv'
import type ajvModule from 'ajv/dist/2019.js'
import type MarkdownIt from 'markdown-it'
import { type NormalizedLayout, type StateNodeOptionsBase } from '@json-layout/vocabulary'
import { type ValidateFunction, type SchemaObject, type ErrorObject } from 'ajv'
import { type ValidateFunction, type SchemaObject, type ErrorObject } from 'ajv/dist/2019.js'
import { type Display } from '../state/utils/display.js'

@@ -6,0 +6,0 @@ import { type LocaleMessages } from '../i18n/types.js'

@@ -1,2 +0,2 @@

import ajvModule from 'ajv'
import ajvModule from 'ajv/dist/2019.js'

@@ -3,0 +3,0 @@ const Ajv = ajvModule.default

@@ -1,2 +0,2 @@

import { type ErrorObject } from 'ajv'
import { type ErrorObject } from 'ajv/dist/2019.js'
import {

@@ -3,0 +3,0 @@ type CompObject,

// these dependencies are not pure ESM, users will probably need to inform their bundler to treat them as commonjs
export const commonjsDeps = [
'ajv',
'ajv/dist/2019.js',
'ajv-formats',

@@ -5,0 +5,0 @@ 'ajv-formats/dist/formats.js',

@@ -1,5 +0,5 @@

import type ajvModule from 'ajv';
import type ajvModule from 'ajv/dist/2019.js';
import type MarkdownIt from 'markdown-it';
import { type NormalizedLayout, type StateNodeOptionsBase } from '@json-layout/vocabulary';
import { type ValidateFunction, type SchemaObject } from 'ajv';
import { type ValidateFunction, type SchemaObject } from 'ajv/dist/2019.js';
import { type Display } from '../state/utils/display.js';

@@ -6,0 +6,0 @@ import { type LocaleMessages } from '../i18n/types.js';

@@ -8,3 +8,3 @@ /**

export function resolveRefs(schema: import('ajv').SchemaObject, ajv: ajvModule.default, locale?: string): import('ajv').SchemaObject;
import ajvModule from 'ajv';
import ajvModule from 'ajv/dist/2019.js';
//# sourceMappingURL=resolve-refs.d.ts.map

@@ -1,2 +0,2 @@

import { type ErrorObject } from 'ajv';
import { type ErrorObject } from 'ajv/dist/2019.js';
import { type CompObject, type Cols, type StateNodeOptionsBase, type TextField, type Textarea, type NumberField, type Slider, type Checkbox, type Switch, type DatePicker, type DateTimePicker, type TimePicker, type ColorPicker, type Section, type OneOfSelect, type Select, type Autocomplete, type Tabs, type VerticalTabs, type ExpansionPanels, type Stepper, type List, type Combobox, type Markdown, type FileInput, type Child } from '@json-layout/vocabulary';

@@ -3,0 +3,0 @@ import { type SkeletonTree, type SkeletonNode, type StatefulLayout, type CompiledLayout } from '../index.js';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc