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.3 to 2.1.31

2

compiled/components/VtClientTable.js

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

ref: "genericFilter"
}), props.slots.afterFilter]) : '', props.slots.afterFilterWrapper, props.perPageValues.length > 1 ? h("div", {
}), props.slots.afterFilter]) : '', props.slots.afterFilterWrapper, props.perPageValues.length > 1 || props.opts.alwaysShowPerPageSelect ? h("div", {
"class": "".concat(props.theme.field, " ").concat(props.theme.inline, " ").concat(props.theme.right, " VueTables__limit")

@@ -134,0 +134,0 @@ }, [props.slots.beforeLimit, h("vt-per-page-selector"), props.slots.afterLimit]) : '', props.opts.pagination.dropdown && props.totalPages > 1 ? h("div", {

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

ref: "genericFilter"
}), props.slots.afterFilter]) : '', props.slots.afterFilterWrapper, props.perPageValues.length > 1 ? h("div", {
}), props.slots.afterFilter]) : '', props.slots.afterFilterWrapper, props.perPageValues.length > 1 || props.opts.alwaysShowPerPageSelect ? h("div", {
"class": "".concat(props.theme.field, " ").concat(props.theme.inline, " ").concat(props.theme.right, " VueTables__limit")

@@ -145,0 +145,0 @@ }, [props.slots.beforeLimit, h("vt-per-page-selector"), props.slots.afterLimit]) : '', props.opts.pagination.dropdown && props.totalPages > 1 ? h("div", {

@@ -0,0 +0,0 @@ "use strict";

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

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

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

[![Foo](https://xscode.com/assets/promo-banner.svg)](https://xscode.com/matfish2/vue-tables-2)
----

@@ -9,0 +11,0 @@ #### Breaking Change in New Release

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