fixed-data-table-2
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
134
35167
4
4
1241752
55
2
80
2