Socket
Socket
Sign inDemoInstall

@atlaskit/dynamic-table

Package Overview
Dependencies
126
Maintainers
1
Versions
193
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 14.11.9 to 14.11.10

7

CHANGELOG.md
# @atlaskit/dynamic-table
## 14.11.10
### Patch Changes
- [#43686](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43686) [`da342e5ab42`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da342e5ab42) - Remove extraneous `span` from head cell.
- [#43686](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43686) [`da342e5ab42`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da342e5ab42) - test
## 14.11.9

@@ -4,0 +11,0 @@

2

dist/cjs/components/stateless.js

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

var packageName = "@atlaskit/dynamic-table";
var packageVersion = "14.11.9";
var packageVersion = "14.11.10";
function toggleSortOrder(currentSortOrder) {

@@ -35,0 +35,0 @@ switch (currentSortOrder) {

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

"aria-roledescription": "Sort button"
}, content) : /*#__PURE__*/_react.default.createElement("span", null, content));
}, content) : content);
};

@@ -36,0 +36,0 @@

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

const packageName = "@atlaskit/dynamic-table";
const packageVersion = "14.11.9";
const packageVersion = "14.11.10";
function toggleSortOrder(currentSortOrder) {

@@ -20,0 +20,0 @@ switch (currentSortOrder) {

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

"aria-roledescription": "Sort button"
}, content) : /*#__PURE__*/React.createElement("span", null, content));
}, content) : content);
};

@@ -28,0 +28,0 @@

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

var packageName = "@atlaskit/dynamic-table";
var packageVersion = "14.11.9";
var packageVersion = "14.11.10";
function toggleSortOrder(currentSortOrder) {

@@ -28,0 +28,0 @@ switch (currentSortOrder) {

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

"aria-roledescription": "Sort button"
}, content) : /*#__PURE__*/React.createElement("span", null, content));
}, content) : content);
};

@@ -29,0 +29,0 @@

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

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

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