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.70 to 2.1.72

6

compiled/methods/init-date-filters.js

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

var drp = el.data('daterangerpicker');
if (drp) {
drp.remove();
}
el.daterangepicker(merge.recursive(dpOptions, columnOptions, range));

@@ -54,0 +60,0 @@ el.on('apply.daterangepicker', function (ev, picker) {

4

compiled/methods/toggle-column.js

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

_this._setFiltersDOM(_this.query);
if (_this.userColumnsDisplay.includes(column) && _this.opts.dateColumns.includes(column)) {
_this.initDateFilters();
}
});
};

2

compiled/themes/bootstrap3.js

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

pagination: {
nav: '',
nav: 'text-center',
count: '',

@@ -36,0 +36,0 @@ wrapper: '',

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

pagination: {
nav: '',
nav: 'text-center',
count: '',

@@ -35,0 +35,0 @@ wrapper: '',

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

pagination: {
nav: '',
nav: 'has-text-centered',
count: '',

@@ -36,0 +36,0 @@ wrapper: 'pagination',

{
"name": "vue-tables-2",
"description": "Vue.js 2 grid components",
"version": "2.1.70",
"version": "2.1.72",
"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