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.18-beta to 0.3.19-beta

3

dist/types/lib/renderForm.d.ts
import React from "react";
import { GraphandModel } from "../../../graphand-js";
import { GraphandError, GraphandModel } from "graphand-js";
import { GraphandFormTemplate } from "../components/GraphandForm";

@@ -12,2 +12,3 @@ export declare type GraphandFormOptions = {

onSubmit?: any;
onError?: (errors?: GraphandError[], unhandled?: GraphandError[]) => void;
processErrors?: any;

@@ -14,0 +15,0 @@ delaySubmit?: any;

{
"name": "graphand-react",
"version": "0.3.18-beta",
"version": "0.3.19-beta",
"description": "",

@@ -53,4 +53,6 @@ "homepage": "https://github.com/pierrecabriere/graphand-react",

"webpack-cli": "^4.9.2",
"graphand-js": "file:../graphand-js"
"graphand-js": "file:../graphand-js",
"react": "file:../graphand-app/node_modules/react",
"react-dom": "file:../graphand-app/node_modules/react-dom"
}
}

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