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

react-sticky-table

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-sticky-table - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

dist/index.js

@@ -258,3 +258,3 @@ (function (global, factory) {

height = this.getSizeWithoutBoxSizing(cellToCopy).height;
console.log(height, cellToCopy.offsetHeight);
this.stickyColumn.firstChild.childNodes[r].firstChild.style.height = height + 'px';

@@ -261,0 +261,0 @@ }

{
"name": "react-sticky-table",
"version": "1.1.2",
"version": "1.1.3",
"description": "Dynamically sized fixed header and column for tables",

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

@@ -181,3 +181,3 @@ import React, { Component, PropTypes } from 'react';

height = this.getSizeWithoutBoxSizing(cellToCopy).height;
console.log(height, cellToCopy.offsetHeight)
this.stickyColumn.firstChild.childNodes[r].firstChild.style.height = height + 'px';

@@ -184,0 +184,0 @@ }

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