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

react-table-hoc-fixed-columns

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-table-hoc-fixed-columns - npm Package Compare versions

Comparing version

to
2.3.1

2

lib/index.d.ts

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

import { LegacyRef } from 'react'
import { Column, TableProps } from 'react-table'

@@ -10,2 +11,3 @@

columns?: Array<ColumnFixed<ResolvedData>>;
innerRef?: LegacyRef<any>;
}

@@ -12,0 +14,0 @@

2

package.json
{
"name": "react-table-hoc-fixed-columns",
"version": "2.3.0",
"version": "2.3.1",
"description": "ReactTable HOC for fixed columns",

@@ -5,0 +5,0 @@ "main": "lib/index.js",