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 2.0.0-beta.2 to 2.0.0-beta.3

lib/scrollEvent/styles.js

2

lib/stickyPosition/index.js

@@ -111,3 +111,3 @@ "use strict";

for (var i = index + 1; i < columns.length - index; i += 1) {
for (var i = index + 1; i < columns.length; i += 1) {
var column = columns[i];

@@ -114,0 +114,0 @@ var id = (0, _helpers.getColumnId)(column);

{
"name": "react-table-hoc-fixed-columns",
"version": "2.0.0-beta.2",
"version": "2.0.0-beta.3",
"description": "ReactTable HOC for fixed columns",

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

@@ -44,2 +44,4 @@

import withFixedColumns from 'react-table-hoc-fixed-columns';
import 'react-table-hoc-fixed-columns/lib/styles.css'
const ReactTableFixedColumns = withFixedColumns(ReactTable);

@@ -81,2 +83,4 @@ ...

import withFixedColumns from 'react-table-hoc-fixed-columns';
import 'react-table-hoc-fixed-columns/lib/styles.css'
const ReactTableFixedColumns = withFixedColumns(ReactTable);

@@ -161,3 +165,3 @@ ...

```jsx
import 'node_modules/react-table-hoc-fixed-columns/lib/styles.css'
import 'react-table-hoc-fixed-columns/lib/styles.css'
```

@@ -164,0 +168,0 @@ * `stripedColor` and `highlightColor` props was remove. You can now override it with pure css.

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