Socket
Socket
Sign inDemoInstall

json-react-layouts-data-loader

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-react-layouts-data-loader - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

3

dist/cjs/get-data-args.js

@@ -7,2 +7,5 @@ "use strict";

var componentDataDefinition = componentRegistrar.get(componentType);
if (!componentDataDefinition) {
return;
}
var dataDefinition = componentDataDefinition.dataDefinition;

@@ -9,0 +12,0 @@ return dataDefinition;

@@ -5,2 +5,5 @@ import { getRegistrars } from 'json-react-layouts';

var componentDataDefinition = componentRegistrar.get(componentType);
if (!componentDataDefinition) {
return;
}
var dataDefinition = componentDataDefinition.dataDefinition;

@@ -7,0 +10,0 @@ return dataDefinition;

2

package.json
{
"name": "json-react-layouts-data-loader",
"version": "3.0.0",
"version": "3.0.1",
"main": "dist/cjs/index.js",

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

@@ -11,2 +11,6 @@ import { getRegistrars, LayoutApi } from 'json-react-layouts'

// This can be undefined
if (!componentDataDefinition) {
return
}
const dataDefinition = (componentDataDefinition as any).dataDefinition

@@ -13,0 +17,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