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

fixed-data-table-2

Package Overview
Dependencies
Maintainers
2
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fixed-data-table-2 - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

dist/fixed-data-table.min.js.LICENSE.txt

2

internal/FixedDataTableRoot.js

@@ -60,3 +60,3 @@ /**

var version = '1.2.2';
var version = '1.2.3';
exports.version = version;

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

};
var FACE_MARGIN = parseInt((0, _cssVar["default"])('scrollbar-face-margin'), 10);
var FACE_MARGIN = parseInt((0, _cssVar["default"])('--scrollbar-face-margin'), 10);
var FACE_MARGIN_2 = FACE_MARGIN * 2;

@@ -527,3 +527,3 @@ var FACE_SIZE_MIN = 30;

if (this.props.trackColor === 'gray') {
mainStyle.backgroundColor = (0, _cssVar["default"])('fbui-desktop-background-light');
mainStyle.backgroundColor = (0, _cssVar["default"])('--fbui-desktop-background-light');
}

@@ -617,5 +617,5 @@

Scrollbar.KEYBOARD_SCROLL_AMOUNT = KEYBOARD_SCROLL_AMOUNT;
Scrollbar.SIZE = parseInt((0, _cssVar["default"])('scrollbar-size'), 10);
Scrollbar.SIZE = parseInt((0, _cssVar["default"])('--scrollbar-size'), 10);
Scrollbar.OFFSET = 1;
var _default = Scrollbar;
exports["default"] = _default;

@@ -15,12 +15,12 @@ /**

var CSS_VARS = {
'scrollbar-face-active-color': '#7d7d7d',
'scrollbar-face-color': '#c2c2c2',
'scrollbar-face-margin': '4px',
'scrollbar-face-radius': '6px',
'scrollbar-size': '15px',
'scrollbar-size-large': '17px',
'scrollbar-track-color': '#fff',
'border-color': '#d3d3d3',
'fbui-white': '#fff',
'fbui-desktop-background-light': '#f6f7f8'
'--scrollbar-face-active-color': '#7d7d7d',
'--scrollbar-face-color': '#c2c2c2',
'--scrollbar-face-margin': '4px',
'--scrollbar-face-radius': '6px',
'--scrollbar-size': '15px',
'--scrollbar-size-large': '17px',
'--scrollbar-track-color': '#fff',
'--border-color': '#d3d3d3',
'--fbui-white': '#fff',
'--fbui-desktop-background-light': '#f6f7f8'
};

@@ -27,0 +27,0 @@ /**

{
"name": "fixed-data-table-2",
"version": "1.2.2",
"version": "1.2.3",
"description": "A React table component designed to allow presenting thousands of rows of data.",

@@ -27,4 +27,5 @@ "main": "main.js",

"@types/mocha": "^7.0.2",
"@webpack-cli/serve": "^1.6.1",
"aphrodite": "2.4.0",
"autoprefixer": "9.6.1",
"autoprefixer": "^10.4.2",
"babel-eslint": "10.1.0",

@@ -36,3 +37,3 @@ "babel-loader": "^8.0.0",

"chai": "4.2.0",
"css-loader": "3.2.0",
"css-loader": "^5.2.7",
"eslint": "7",

@@ -53,7 +54,7 @@ "eslint-config-prettier": "6.10.0",

"mocha": "^6.1.4",
"mocha-loader": "3.0.0",
"mocha-loader": "5.1.5",
"mocha-webpack": "2.0.0-beta.0",
"null-loader": "3.0.0",
"postcss": "7.0.16",
"postcss-custom-properties": "6.3.1",
"postcss": "8.2.13",
"postcss-custom-properties": "^12.1.4",
"prettier": "2",

@@ -70,7 +71,7 @@ "react": "16.13.1",

"style-loader": "1.0.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"terser-webpack-plugin": "4.2.3",
"url-loader": "2.1.0",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.8",
"webpack-dev-server": "^3.8.0"
"webpack-cli": "^4.3.0",
"webpack-dev-server": "^4.7.4"
},

@@ -89,3 +90,3 @@ "scripts": {

"test:watch": "mocha-webpack --webpack-config webpack.config-test.js --watch \"test/**/*-test.js\" --require build_helpers/test-globals.js",
"test:server": "webpack-dev-server --config webpack.config-test.js --hot --inline"
"test:server": "webpack-dev-server --config webpack.config-test.js --hot"
},

@@ -92,0 +93,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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