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 5.1.7 to 5.1.8

14

dist/index.js

@@ -276,3 +276,15 @@ (function (global, factory) {

return count > 1;
});
}); //HINT clear out stickyInsets of a new interval won't be set
if (!shouldSchedule && this.multipleStickiesInterval) {
this.setState({
stickyInsets: {
header: [],
footer: [],
leftColumn: [],
rightColumn: []
}
});
}
this.clearMultipleStickiesInterval();

@@ -279,0 +291,0 @@

5

package.json
{
"name": "react-sticky-table",
"description": "Dynamically sized fixed header and columns for tables",
"version": "5.1.7",
"version": "5.1.8",
"author": "Henrybuilt",

@@ -80,5 +80,6 @@ "bugs": {

"testonly": "BABEL_ENV=test && mocha $npm_package_options_mocha",
"build-all": "npm run build && npm run build-storybook && git add -A && git commit -am \"built\""
"build-all": "npm run build && npm run build-storybook && git add -A && git commit -am \"built\"",
"prepublishOnly": "npm run build && npm version patch && git push"
},
"source": "src/index.js"
}

@@ -145,2 +145,7 @@ import React from 'react';

//HINT clear out stickyInsets of a new interval won't be set
if (!shouldSchedule && this.multipleStickiesInterval) {
this.setState({stickyInsets: {header: [], footer: [], leftColumn: [], rightColumn: []}});
}
this.clearMultipleStickiesInterval();

@@ -147,0 +152,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