Socket
Socket
Sign inDemoInstall

djedi-json

Package Overview
Dependencies
Maintainers
4
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

djedi-json - npm Package Compare versions

Comparing version 0.6.2 to 0.6.3

4

build/core/EditGroup/index.d.ts

@@ -5,3 +5,3 @@ import React from 'react';

};
declare const EditGroup: React.FC<EditGroupProps>;
export default EditGroup;
declare const _default: React.NamedExoticComponent<EditGroupProps>;
export default _default;

@@ -1,15 +0,8 @@

import React, { ReactNode } from 'react';
import React from 'react';
import { NodeTreeItem } from '../../types';
/**
* Renders a tree of components.
* @param config Config to use for resolving the components to be rendered
* @param tree a NodeTree to be walked
* @param edit boolean - if true wraps the target component in an Edit-component.
* @returns a rendered tree of components
*/
declare const EditorTree: React.FC<{
declare const _default: React.NamedExoticComponent<{
tree: NodeTreeItem;
path?: string[];
children?: ReactNode;
children?: React.ReactNode;
}>;
export default EditorTree;
export default _default;
import React from 'react';
declare const Preview: React.FC;
export default Preview;
declare const _default: React.NamedExoticComponent<{}>;
export default _default;

@@ -7,3 +7,3 @@ import React from 'react';

}
declare const Renderer: React.FC<RendererProps>;
export default Renderer;
declare const _default: React.NamedExoticComponent<RendererProps>;
export default _default;
{
"name": "djedi-json",
"version": "0.6.2",
"version": "0.6.3",
"main": "build/index.js",

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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