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
66
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 1.0.0 to 1.0.1

2

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

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

@@ -470,10 +470,12 @@ // eslint-disable-next-line import/no-named-default

blur (node) {
// debounced data is applied immediately on blur
this.applyDebouncedInput()
if (this._currentInput === node.fullKey) this._currentInput = null
// re-apply once now that _currentInput was emptied to add default data
if (node.layout.getDefaultData && useDefaultData(node.data, node.layout, node.options)) {
this.applyInput(node, node.data, true)
// debounced data is applied immediately on blur
if (this.debouncedInput) {
this.applyDebouncedInput()
} else {
// re-apply once now that _currentInput was emptied to add default data
if (node.layout.getDefaultData && useDefaultData(node.data, node.layout, node.options)) {
this.applyInput(node, node.data, true)
}
}

@@ -480,0 +482,0 @@

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