Socket
Socket
Sign inDemoInstall

@talend/json-schema-form-core

Package Overview
Dependencies
57
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.5 to 1.2.6

6

CHANGELOG.md
# @talend/json-schema-form-core
## 1.2.6
### Patch Changes
- f546896: Fix: improve call of use in sass files + fix ts lint
## 1.2.5

@@ -4,0 +10,0 @@

2

package.json
{
"name": "@talend/json-schema-form-core",
"version": "1.2.5",
"version": "1.2.6",
"description": "JSON-Schema and JSON-UI-Schema utilities for form generation.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -265,3 +265,3 @@ import canonicalTitleMap from './canonical-title-map';

) {
const form = [];
const form: any[] = [];
const lookup = {}; // Map path => form obj for fast lookup in merging

@@ -276,3 +276,3 @@ ignore = ignore || {};

const required = schema.required && schema.required.indexOf(key) !== -1;
const def = defaultFormDefinition(defaultSchemaTypes, key, schema.properties[key], {
const def: any = defaultFormDefinition(defaultSchemaTypes, key, schema.properties[key], {
path: [key], // Path to this property in bracket notation.

@@ -279,0 +279,0 @@ lookup: lookup, // Extra map to register with. Optimization for merger.

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc