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

djedi-json

Package Overview
Dependencies
Maintainers
3
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.2.3 to 0.2.4

build/types/index.d.ts

1

build/CMSType/index.d.ts

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

allowed?: string[];
append: boolean;
self?: boolean;

@@ -13,0 +14,0 @@ label?: string;

2

build/core/config/index.d.ts

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

removable: boolean;
icon: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
icon: import("react").ReactChild;
Component: import("react").FunctionComponent<any>;

@@ -11,0 +11,0 @@ type: string;

@@ -1,2 +0,1 @@

/// <reference path="../src/types/index.d.ts" />
import CMSType from './CMSType';

@@ -9,2 +8,3 @@ import { useCMS } from './contexts/cms';

import Renderer from './Renderer';
import './types';
export { CMS, CMSType, Renderer, createConfig, validateConfig, createEmpty, useCMS, useEdit };
{
"name": "djedi-json",
"version": "0.2.3",
"version": "0.2.4",
"main": "build/index.js",

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

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