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

vue-tables-2

Package Overview
Dependencies
Maintainers
1
Versions
343
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-tables-2 - npm Package Compare versions

Comparing version 2.1.41 to 2.1.42

4

compiled/components/renderless/RLTableCell.js

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

name: 'RLTableCell',
inject: ['row', 'scopedSlots', 'orderBy', 'opts', 'render', 'index', 'setEditingCell', 'updateValue', 'revertValue', 'editing', 'getValue', 'columnClass', 'cellClasses', 'componentsOverride', 'isListFilter', 'optionText', 'source', 'dateFormat', 'formatDate', 'tabIndex'],
inject: ['row', 'scopedSlots', 'theme', 'orderBy', 'opts', 'render', 'index', 'setEditingCell', 'updateValue', 'revertValue', 'editing', 'getValue', 'columnClass', 'cellClasses', 'componentsOverride', 'isListFilter', 'optionText', 'source', 'dateFormat', 'formatDate', 'tabIndex'],
props: ['column'],

@@ -23,3 +23,3 @@ render: function render(h) {

content: this.content(h),
classes: "".concat(this.columnClass(this.column), " ").concat(this.cellClasses(this.column, this.Row), " ").concat(this.sortedClass(this.column)).trim(),
classes: "".concat(this.theme.td, " ").concat(this.columnClass(this.column), " ").concat(this.cellClasses(this.column, this.Row), " ").concat(this.sortedClass(this.column)).trim(),
tabIndex: this.tabIndex(),

@@ -26,0 +26,0 @@ override: this.componentsOverride.tableCell

@@ -7,2 +7,3 @@ "use strict";

table: 'table table-striped table-bordered table-hover',
td: '',
row: 'row',

@@ -9,0 +10,0 @@ column: 'col-md-12',

@@ -6,2 +6,3 @@ "use strict";

framework: 'bootstrap4',
td: '',
table: 'table table-striped table-bordered table-hover',

@@ -8,0 +9,0 @@ row: 'row',

@@ -8,2 +8,3 @@ "use strict";

row: 'columns',
td: '',
column: 'column is-12',

@@ -10,0 +11,0 @@ label: 'label',

{
"name": "vue-tables-2",
"description": "Vue.js 2 grid components",
"version": "2.1.41",
"version": "2.1.42",
"keywords": [

@@ -6,0 +6,0 @@ "vue2",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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