Socket
Socket
Sign inDemoInstall

react-simple-expandable-table

Package Overview
Dependencies
22
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.24 to 0.0.25

3

dist/cjs/types/components/react-simple-expandable-table/react-simple-expandable-table-props.d.ts

@@ -0,1 +1,2 @@

/// <reference types="react" />
export declare class ReactSimpleExpandableTableProps {

@@ -11,3 +12,3 @@ data?: ReactSimpleExpandableTableData;

dataBinding: string;
render?: () => void;
render?: (cellValue: string) => JSX.Element;
}

@@ -14,0 +15,0 @@ export declare class ReactSimpleExpandableTableDataRow {

@@ -0,1 +1,2 @@

/// <reference types="react" />
export declare class ReactSimpleExpandableTableProps {

@@ -11,3 +12,3 @@ data?: ReactSimpleExpandableTableData;

dataBinding: string;
render?: () => void;
render?: (cellValue: string) => JSX.Element;
}

@@ -14,0 +15,0 @@ export declare class ReactSimpleExpandableTableDataRow {

@@ -12,3 +12,3 @@ /// <reference types="react" />

dataBinding: string;
render?: () => void;
render?: (cellValue: string) => JSX.Element;
}

@@ -15,0 +15,0 @@ declare class ReactSimpleExpandableTableDataRow {

{
"name": "react-simple-expandable-table",
"version": "0.0.24",
"version": "0.0.25",
"description": "Simple expandable table component for React",

@@ -5,0 +5,0 @@ "scripts": {

@@ -19,3 +19,3 @@ # react-simple-expandable-table

import React from 'react';
import { ReactSimpleExpandableTable } from 'react-simple-expandable-table';
import { ReactSimpleExpandableTable, ReactSimpleExpandableTableData } from 'react-simple-expandable-table';

@@ -22,0 +22,0 @@ function Demo(){

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc