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.2 to 1.1.0

4

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

@@ -62,3 +62,3 @@ "type": "module",

"dependencies": {
"@json-layout/vocabulary": "~1.0.0",
"@json-layout/vocabulary": "~1.1.0",
"ajv": "^8.12.0",

@@ -65,0 +65,0 @@ "ajv-errors": "^3.0.0",

@@ -378,3 +378,3 @@ // eslint-disable-next-line import/no-named-default

if (node.layout.comp === 'file-input') {
if (this.compiledLayout.components[node.layout.comp]?.isFileInput) {
if (transformedData) {

@@ -381,0 +381,0 @@ // @ts-ignore

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