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

graphand-react

Package Overview
Dependencies
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphand-react - npm Package Compare versions

Comparing version 0.3.9-beta to 0.3.10-beta

18

dist/types/components/GraphandForm.d.ts
import React from "react";
import { GraphandFormOptions } from "../lib/renderForm";
export declare type GraphandFormTemplateParams = {
id: any;
values: any;
instance: any;
formRef: any;
isModified: any;
isLoading: any;
isInitializing: any;
errors: any;
handleSubmit: any;
inputOptions: any;
modified: any;
fields: {
render: (slug: string, _options: any) => React.ReactElement;
renderDefault: () => React.ReactElement;
} & any;
};
export declare type GraphandFormTemplate = React.ReactElement | ((params: GraphandFormTemplateParams) => React.ReactElement);
declare const GraphandForm: React.FunctionComponent<GraphandFormOptions>;
export default GraphandForm;

4

dist/types/lib/renderForm.d.ts
import React from "react";
import { GraphandModel } from "../../../graphand-js";
import { GraphandFormTemplate } from "../components/GraphandForm";
export declare type GraphandFormOptions = {
template: any;
template: GraphandFormTemplate;
children?: React.ReactNode;
instance?: GraphandModel;
controls?: React.ReactNode | ((props: GraphandFormOptions) => React.ReactNode);
translatable?: boolean;
fieldsOptions?: any;

@@ -10,0 +10,0 @@ onChange?: any;

{
"name": "graphand-react",
"version": "0.3.9-beta",
"version": "0.3.10-beta",
"description": "",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/pierrecabriere/graphand-react",

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

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