Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.0 to 0.6.1

2

build/CMSType/edits/Select/index.d.ts

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

type: string;
options?: (string | number | {
options: (string | number | {
value: string;

@@ -10,0 +10,0 @@ label: string;

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

};
declare const String: React.FC<StringProps & CMSEditProps<string>>;
export default String;
declare const _default: React.NamedExoticComponent<StringProps & CMSEditProps<string>>;
export default _default;

@@ -17,3 +17,3 @@ /// <reference types="react" />

type: string;
options?: (string | number | {
options: (string | number | {
value: string;

@@ -20,0 +20,0 @@ label: string;

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

};
declare const Append: React.FC<AppendProps>;
export default Append;
declare const _default: React.NamedExoticComponent<AppendProps>;
export default _default;

@@ -1,15 +0,9 @@

import React, { ReactNode } from 'react';
import React from 'react';
import { ComponentConfig, NodeTreeItem } from '../../types';
/**
* Editable, wraps the child component with some tooling for talking to the admin.
*
* @param config a Config for a single Component.
* @returns a rendered component
*/
declare const Editable: React.FC<{
declare const _default: React.NamedExoticComponent<{
config: ComponentConfig;
tree: NodeTreeItem;
path: string[];
children?: ReactNode;
children?: React.ReactNode;
}>;
export default Editable;
export default _default;
{
"name": "djedi-json",
"version": "0.6.0",
"version": "0.6.1",
"main": "build/index.js",
"module": "build/index.esm.js",
"types": "build/index.d.ts",
"files": [
"build"
],
"files": ["build"],
"scripts": {

@@ -11,0 +9,0 @@ "start": "rollup -c -w",

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