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

schema-based-json-editor

Package Overview
Dependencies
Maintainers
1
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

schema-based-json-editor - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

typings/lib.d.ts

2

dist/angular.d.ts

@@ -6,3 +6,3 @@ /// <reference types="dragula" />

import * as common from "./common";
import { hljs, dragula } from "./lib";
import { hljs, dragula } from "../typings/lib";
export declare class JSONEditorComponent {

@@ -9,0 +9,0 @@ schema: common.Schema;

@@ -5,3 +5,3 @@ /// <reference types="dragula" />

import * as common from "../common";
import { hljs, dragula } from "../lib";
import { hljs, dragula } from "../../typings/lib";
export declare class ArrayEditorComponent {

@@ -8,0 +8,0 @@ schema: common.ArraySchema;

@@ -5,3 +5,3 @@ /// <reference types="dragula" />

import * as common from "../common";
import { hljs, dragula } from "../lib";
import { hljs, dragula } from "../../typings/lib";
export declare class EditorComponent {

@@ -8,0 +8,0 @@ schema: common.ArraySchema;

@@ -5,3 +5,3 @@ /// <reference types="dragula" />

import * as common from "../common";
import { hljs, dragula } from "../lib";
import { hljs, dragula } from "../../typings/lib";
export declare class ObjectEditorComponent {

@@ -8,0 +8,0 @@ schema: common.ObjectSchema;

@@ -5,3 +5,3 @@ /// <reference types="dragula" />

import * as common from "../common";
import { hljs, dragula } from "../lib";
import { hljs, dragula } from "../../typings/lib";
export declare class StringEditorComponent {

@@ -8,0 +8,0 @@ schema: common.StringSchema;

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

export declare const buttonGroupStyleString: string;
import { hljs as hljsLib, React, dragula } from "./lib";
import { hljs as hljsLib, React, dragula } from "../typings/lib";
export interface Props<TSchema extends CommonSchema, TValue> {

@@ -109,0 +109,0 @@ schema: TSchema;

@@ -6,3 +6,3 @@ /// <reference types="dragula" />

import * as common from "./common";
import { hljs, dragula } from "./lib";
import { hljs, dragula } from "../typings/lib";
export declare type Props = {

@@ -9,0 +9,0 @@ schema: common.Schema;

/// <reference types="highlight.js" />
import * as common from "./common";
import { hljs } from "./lib";
import { hljs } from "../typings/lib";
export declare type This = {

@@ -5,0 +5,0 @@ $emit: (event: string, args: common.ValidityValue<common.ValueType>) => void;

/// <reference types="dragula" />
import * as common from "../common";
import { dragula } from "../lib";
import { dragula } from "../../typings/lib";
export declare const arrayEditor: {

@@ -5,0 +5,0 @@ template: string;

/// <reference types="highlight.js" />
import * as common from "../common";
import { hljs } from "../lib";
import { hljs } from "../../typings/lib";
export declare const stringEditor: {

@@ -5,0 +5,0 @@ template: string;

{
"name": "schema-based-json-editor",
"version": "3.2.0",
"version": "3.2.1",
"description": "A reactjs, angular2 and vuejs component of schema based json editor.",

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

@@ -88,3 +88,3 @@ [![Dependency Status](https://david-dm.org/plantain-00/schema-based-json-editor.svg)](https://david-dm.org/plantain-00/schema-based-json-editor)

+ readonly: optional, a boolean value
+ dragula: optional the `dragula` library object if you want to reorder array by drag and drop
+ dragula: optional, the `dragula` library object if you want to reorder array by drag and drop
+ markdownit: optional, the `markdown-it` library object if you want to preview markdown

@@ -91,0 +91,0 @@ + hljs: optional, the `highlight.js` library object if you want to highlight code

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