Socket
Socket
Sign inDemoInstall

@atlaskit/dynamic-table

Package Overview
Dependencies
131
Maintainers
1
Versions
193
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 14.6.0 to 14.6.1

report.api.md

6

CHANGELOG.md
# @atlaskit/dynamic-table
## 14.6.1
### Patch Changes
- [`deca22d60e1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/deca22d60e1) - Update DynamicTable HeaderCellType to make it clear that the width prop takes a percentage not a pixel value
## 14.6.0

@@ -4,0 +10,0 @@

2

dist/cjs/components/Stateless.js

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

var packageName = "@atlaskit/dynamic-table";
var packageVersion = "14.6.0";
var packageVersion = "14.6.1";

@@ -58,0 +58,0 @@ function toggleSortOrder(currentSortOrder) {

{
"name": "@atlaskit/dynamic-table",
"version": "14.6.0",
"version": "14.6.1",
"sideEffects": false
}
import _defineProperty from "@babel/runtime/helpers/defineProperty";
/* eslint-disable @repo/internal/dom-events/no-unsafe-event-listeners */
import React from 'react';

@@ -3,0 +5,0 @@ import { findDOMNode } from 'react-dom';

@@ -16,3 +16,3 @@ import _extends from "@babel/runtime/helpers/extends";

const packageName = "@atlaskit/dynamic-table";
const packageVersion = "14.6.0";
const packageVersion = "14.6.1";

@@ -19,0 +19,0 @@ function toggleSortOrder(currentSortOrder) {

{
"name": "@atlaskit/dynamic-table",
"version": "14.6.0",
"version": "14.6.1",
"sideEffects": false
}

@@ -14,2 +14,3 @@ import _typeof from "@babel/runtime/helpers/typeof";

/* eslint-disable @repo/internal/dom-events/no-unsafe-event-listeners */
import React from 'react';

@@ -16,0 +17,0 @@ import { findDOMNode } from 'react-dom';

@@ -27,3 +27,3 @@ import _extends from "@babel/runtime/helpers/extends";

var packageName = "@atlaskit/dynamic-table";
var packageVersion = "14.6.0";
var packageVersion = "14.6.1";

@@ -30,0 +30,0 @@ function toggleSortOrder(currentSortOrder) {

{
"name": "@atlaskit/dynamic-table",
"version": "14.6.0",
"version": "14.6.1",
"sideEffects": false
}

@@ -320,3 +320,3 @@ import React, { Ref } from 'react';

isSortable?: boolean;
/** The pixel width of the cell. */
/** The width of the cell as a percentage. */
width?: number;

@@ -323,0 +323,0 @@ /** Whether the text in the cell will truncate or not if constrained. */

{
"name": "@atlaskit/dynamic-table",
"version": "14.6.0",
"version": "14.6.1",
"description": "A dynamic table displays rows of data with built-in pagination, sorting, and re-ordering functionality.",

@@ -23,3 +23,4 @@ "publishConfig": {

"website": {
"name": "Dynamic table"
"name": "Dynamic table",
"category": "Components"
}

@@ -64,2 +65,3 @@ },

"@repo/internal": {
"dom-events": "use-bind-event-listener",
"theming": "tokens",

@@ -66,0 +68,0 @@ "deprecation": "no-deprecated-imports",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc