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.19-beta to 0.4.20-beta

5

dist/types/components/InfiniteList.d.ts

@@ -6,4 +6,4 @@ import { GraphandModel, GraphandModelList } from "graphand-js";

activeFn?: (index: number) => number;
ItemComponent: any;
EmptyComponent?: any;
ItemComponent: React.FunctionComponent<InfiniteListItemProps> | React.ComponentClass<InfiniteListItemProps, any>;
EmptyComponent?: React.ReactNode | React.FunctionComponent<any> | React.ComponentClass<any, any>;
HeaderComponent?: any;

@@ -39,4 +39,5 @@ FooterComponent?: any;

isActive: boolean;
watcherRef?: (node?: any) => void;
};
declare const InfiniteList: FunctionComponent<InfiniteListProps>;
export default InfiniteList;

6

dist/types/plugin.d.ts

@@ -36,4 +36,6 @@ import { GraphandModel, GraphandPlugin, GraphandField } from "graphand-js";

}
class AggregationExecutor {
suspense: SuspenseDefinition<any>;
class AggregationExecutor<T extends any> {
suspense: SuspenseDefinition<{
data: T;
}>;
}

@@ -40,0 +42,0 @@ class GraphandField {

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