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.0.20 to 2.0.21

3

compiled/components/VtClientTable.js

@@ -80,2 +80,5 @@ "use strict";

return this.$refs.table.allFilteredData;
},
filtersCount: function filtersCount() {
return this.$refs.table.filtersCount;
}

@@ -82,0 +85,0 @@ },

@@ -64,2 +64,5 @@ "use strict";

return this.$refs.table.tableData;
},
filtersCount: function filtersCount() {
return this.$refs.table.filtersCount;
}

@@ -66,0 +69,0 @@ },

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

perPageValues: require('../computed/per-page-values'),
filtersCount: function filtersCount() {
return this.opts.filterByColumn ? Object.values(this.query).filter(function (val) {
return !!val;
}).length : !!this.query ? 1 : 0;
},
stateKey: function stateKey() {

@@ -18,0 +23,0 @@ var key = this.name ? this.name : this.id;

2

package.json
{
"name": "vue-tables-2",
"description": "Vue.js 2 grid components",
"version": "2.0.20",
"version": "2.0.21",
"keywords": [

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

@@ -40,3 +40,3 @@ [![](https://github.com/matfish2/vue-tables-2/blob/master/img/Banner.jpg?raw=true)](https://cp.xscode.com/matfish2/vue-tables-2/)

* Virtual Pagination
* Coming soon: Selectable rows
* Selectable rows

@@ -43,0 +43,0 @@ Feel free to suggest more premium features and I'll consider adding them

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