Socket
Socket
Sign inDemoInstall

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.15-beta to 0.3.16-beta

2

dist/types/components/GraphandForm.d.ts

@@ -0,3 +1,3 @@

import { GraphandField } from "graphand-js";
import React from "react";
import { GraphandField } from "../../../graphand-js";
import { GraphandFormOptions } from "../lib/renderForm";

@@ -4,0 +4,0 @@ export declare type GraphandFormTemplateParams = {

@@ -27,3 +27,2 @@ import React from "react";

updating: boolean;
updatedAt: any;
constructor(props: any);

@@ -30,0 +29,0 @@ setRes: (res: any, error?: any) => Promise<unknown>;

import { GraphandModelListPromise, GraphandModelPromise } from "graphand-js";
import React from "react";
export declare type PromiseSuspenseCallback<T> = React.ReactNode | ((res: T, loading: boolean, error: Error, updatedAt: Date) => React.ReactNode);
export declare type PromiseSuspenseFallback<T> = React.ReactNode | ((res: T, loading: boolean, error: Error, updatedAt: Date) => React.ReactNode);
export declare type PromiseSuspenseCallback<T> = React.ReactNode | ((res: T, loading: boolean, error: Error) => React.ReactNode);
export declare type PromiseSuspenseFallback<T> = React.ReactNode | ((res: T, loading: boolean, error: Error) => React.ReactNode);
export declare type PromiseSuspenseOptions<T> = {

@@ -6,0 +6,0 @@ promise?: GraphandModelPromise<any> | GraphandModelListPromise<any>;

{
"name": "graphand-react",
"version": "0.3.15-beta",
"version": "0.3.16-beta",
"description": "",

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

"webpack-cli": "^4.9.2",
"graphand-js": "^0.27.4-beta"
"graphand-js": "file:../graphand-js"
}
}

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