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.8-beta to 0.3.9-beta

13

dist/types/plugin.d.ts

@@ -6,3 +6,4 @@ import { GraphandPlugin } from "graphand-js";

declare module "graphand-js" {
interface GraphandModel {
class GraphandModel {
static renderForm: (options: GraphandFormOptions) => React.ReactNode;
suspense: SuspenseDefinition<GraphandModel>;

@@ -13,15 +14,15 @@ renderForm: (options: GraphandFormOptions) => React.ReactNode;

}
interface GraphandModelPromise<T extends GraphandModel | GraphandModelList<GraphandModel>> {
class GraphandModelPromise<T extends GraphandModel | GraphandModelList<GraphandModel>> {
suspense: SuspenseDefinition<T>;
}
interface GraphandModelList<T extends GraphandModel> {
class GraphandModelList<T extends GraphandModel> {
suspense: SuspenseDefinition<GraphandModelList<T>>;
}
interface GraphandModelListPromise<T extends GraphandModel> {
class GraphandModelListPromise<T extends GraphandModel> {
suspense: SuspenseDefinition<GraphandModelList<T>>;
}
interface AggregationExecutor {
class AggregationExecutor {
suspense: SuspenseDefinition<any>;
}
interface GraphandField {
class GraphandField {
parseFormSubmit: any;

@@ -28,0 +29,0 @@ renderInput: any;

{
"name": "graphand-react",
"version": "0.3.8-beta",
"version": "0.3.9-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