New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@kaizen/draft-table

Package Overview
Dependencies
Maintainers
10
Versions
444
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kaizen/draft-table - npm Package Compare versions

Comparing version 5.9.0 to 5.9.1

3

KaizenDraft/Table/Table.js

@@ -115,4 +115,3 @@ "use strict";

react_1["default"].createElement(component_library_1.Icon, { icon: exclamation_icon_svg_1["default"], role: "presentation" }))) : null,
!icon ? (react_1["default"].createElement("div", { className: Table_module_scss_1["default"].headerRowCellLabel },
react_1["default"].createElement(typography_1.Heading, { tag: "div", variant: "heading-6", color: sorting || isHovered ? hoveredHeaderColor : headerColor }, labelText))) : null,
!icon ? (react_1["default"].createElement(typography_1.Heading, { tag: "div", variant: "heading-6", color: sorting || isHovered ? hoveredHeaderColor : headerColor, classNameOverride: Table_module_scss_1["default"].headerRowCellLabel }, labelText)) : null,
(sorting || (isHovered && sortingArrowsOnHover)) && (react_1["default"].createElement("div", { className: (0, classnames_1["default"])(align === "center" && Table_module_scss_1["default"].headerRowCellIconAlignCenter, align === "end" && Table_module_scss_1["default"].headerRowCellIconAlignEnd) },

@@ -119,0 +118,0 @@ react_1["default"].createElement(component_library_1.Icon, { icon: sorting === "ascending" || sortingArrowsOnHover === "ascending"

{
"name": "@kaizen/draft-table",
"version": "5.9.0",
"version": "5.9.1",
"description": "The draft Table component",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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