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

@json-layout/core

Package Overview
Dependencies
Maintainers
0
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.25.0 to 0.26.0

src/i18n/nl.js

2

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

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

import en from './en.js'
import fr from './fr.js'
import nl from './nl.js'

@@ -7,3 +8,4 @@ /** @type {Record<string, import('./types.js').LocaleMessages>} */

en,
fr
fr,
nl
}

@@ -128,7 +128,2 @@ import en from '../i18n/en.js'

{
key: 'autofocus',
description: 'Activate autofocus. The focus will be given to the first input of the form.',
default: false
},
{
key: 'readOnlyPropertiesMode',

@@ -142,3 +137,8 @@ description: 'Control the way readOnly properties from the schema are managed.',

}
},
{
key: 'autofocus',
description: 'Activate autofocus. The focus will be given to the first input of the form.',
default: false
}
]
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