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

@mezzanine-ui/core

Package Overview
Dependencies
Maintainers
3
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mezzanine-ui/core - npm Package Compare versions

Comparing version 0.13.0 to 0.13.1

6

package.json
{
"name": "@mezzanine-ui/core",
"version": "0.13.0",
"version": "0.13.1",
"description": "Core for mezzanine-ui",

@@ -39,4 +39,4 @@ "author": "Mezzanine",

"dependencies": {
"@mezzanine-ui/icons": "^0.13.0",
"@mezzanine-ui/system": "^0.13.0",
"@mezzanine-ui/icons": "^0.13.1",
"@mezzanine-ui/system": "^0.13.1",
"lodash": "^4.17.21",

@@ -43,0 +43,0 @@ "tslib": "^2.4.1"

@@ -21,2 +21,3 @@ export declare const tableScrollContainerPrefix = "mzn-table-scroll-area";

readonly bodyRow: `${string}__row`;
readonly bodyRowDragging: `${string}__row--drag`;
readonly bodyRowHighlight: `${string}__row--highlight`;

@@ -85,2 +86,7 @@ readonly bodyRowCellWrapper: `${string}__row__cellWrapper`;

}
/** === Feature draggable */
export interface TableDraggable {
enabled: boolean;
onDragEnd?: (nextDataSource: any[]) => void;
}
/** === Feature Expandable */

@@ -87,0 +93,0 @@ export type ExpandRowBySources = {

@@ -21,2 +21,3 @@ const tableScrollContainerPrefix = 'mzn-table-scroll-area';

bodyRow: `${tableBodyPrefix}__row`,
bodyRowDragging: `${tableBodyPrefix}__row--drag`,
bodyRowHighlight: `${tableBodyPrefix}__row--highlight`,

@@ -23,0 +24,0 @@ bodyRowCellWrapper: `${tableBodyPrefix}__row__cellWrapper`,

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