Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@h6s/table

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@h6s/table - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

6

CHANGELOG.md
# @h6s/table
## 2.0.2
### Patch Changes
- 803c2f7: replace JSX.Element type to ReactNode
## 2.0.1

@@ -4,0 +10,0 @@

2

dist/index.d.ts

@@ -64,3 +64,3 @@ import { PropsWithChildren, ReactNode } from 'react';

cellProps: CellType;
}>) => JSX.Element | null;
}>) => ReactNode | null;
type CellComponent<CellType extends CommonCell> = (props: {

@@ -67,0 +67,0 @@ cellProps: CellType;

{
"name": "@h6s/table",
"version": "2.0.1",
"version": "2.0.2",
"sideEffects": false,

@@ -5,0 +5,0 @@ "main": "dist/index.cjs",

Sorry, the diff of this file is not supported yet

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