New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@defisaver/components

Package Overview
Dependencies
Maintainers
4
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@defisaver/components - npm Package Compare versions

Comparing version 0.0.15 to 0.0.17

yarn-error.log

29

dist/index.d.ts

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

height?: number | undefined;
}) => JSX.Element;
}) => React$1.JSX.Element;

@@ -140,2 +140,3 @@ interface DfsSelectOption {

onClick?: Function;
className?: string;
}

@@ -145,2 +146,3 @@ interface TableDataCellProps {

children?: React.ReactNode;
style?: object;
}

@@ -185,3 +187,3 @@ interface DfsTableProps {

declare const DfsTableContainer: ({ filterRows, headers, sortRow, rows, children, selectionAllowed, expansionAllowed, useShowMore, usePagination, useArrows, showPageSizeSelect, showMoreLimit, pageSize, pageSizeOptions, title, subtitle, searchable, maxWidth, tableName, size, zebraPattern, toggleable, initialToggleState, hideHeader, }: DfsTableContainerProps) => JSX.Element;
declare const DfsTableContainer: ({ filterRows, headers, sortRow, rows, children, selectionAllowed, expansionAllowed, useShowMore, usePagination, useArrows, showPageSizeSelect, showMoreLimit, pageSize, pageSizeOptions, title, subtitle, searchable, maxWidth, tableName, size, zebraPattern, toggleable, initialToggleState, hideHeader, }: DfsTableContainerProps) => React$1.JSX.Element;

@@ -246,2 +248,23 @@ declare const TableHead: FC<TableElementProps>;

export { DfsButton, DfsCheckbox, DfsLoader, DfsMultiselect, DfsSelect, DfsSelectGroup, DfsTable, DfsTableContainer, RadioTile, TableBody, TableDataCell, TableFoot, TableHead, TableHeadRow, TableHeader, TableRow, Tile, TileGroup };
interface DfsFlairProps {
backgroundColor: string;
color: string;
clasName?: string;
style?: Object;
children?: any;
}
declare const DfsFlair: FC<DfsFlairProps>;
interface DfsProgressBarProps {
backgroundColor: string;
progressColor: string;
className?: string;
style?: Object;
total: number;
progress: number;
}
declare const DfsProgressBar: FC<DfsProgressBarProps>;
export { DfsButton, DfsCheckbox, DfsFlair, DfsLoader, DfsMultiselect, DfsProgressBar, DfsSelect, DfsSelectGroup, DfsTable, DfsTableContainer, RadioTile, TableBody, TableDataCell, TableFoot, TableHead, TableHeadRow, TableHeader, TableRow, Tile, TileGroup };

4

package.json
{
"name": "@defisaver/components",
"version": "0.0.15",
"version": "0.0.17",
"description": "Component pack used in DeFi Saver projects",

@@ -8,3 +8,3 @@ "main": "dist/index.js",

"storybook": "set NODE_OPTIONS=--openssl-legacy-provider && start-storybook -p 6006",
"build-storybook": "build-storybook",
"build-storybook": "set NODE_OPTIONS=--openssl-legacy-provider && build-storybook",
"lint": "eslint ./src",

@@ -11,0 +11,0 @@ "lint-fix": "eslint ./src --fix",

Sorry, the diff of this file is not supported yet

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