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.4.6-beta to 0.4.7-beta

2

dist/types/components/GraphandForm.d.ts

@@ -27,3 +27,3 @@ import { GraphandField, GraphandModel } from "graphand-js";

value: any;
onChange: (value: any, helpers: GraphandFormTemplateParamsBase) => void;
onChange: (value: any) => void;
options: any;

@@ -30,0 +30,0 @@ slug: string;

import { GraphandError, GraphandModel } from "graphand-js";
import React from "react";
import { GraphandFormTemplate } from "../components/GraphandForm";
import { GraphandFormTemplate, GraphandFormTemplateParamsBase } from "../components/GraphandForm";
export declare type GraphandFormOptions = {

@@ -10,3 +10,3 @@ template?: GraphandFormTemplate;

fieldsOptions?: any;
onChange?: any;
onChange?: (values: any, helpers: GraphandFormTemplateParamsBase) => void;
onSubmit?: any;

@@ -13,0 +13,0 @@ onError?: (errors?: GraphandError[], unhandled?: GraphandError[]) => void;

{
"name": "graphand-react",
"version": "0.4.6-beta",
"version": "0.4.7-beta",
"description": "",

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

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