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 0.2.77 to 0.2.78

3

lib/mixins/methods.js

@@ -32,6 +32,5 @@ module.exports = {

toggleChildRow: require('../methods/toggle-child-row'),
childRowTogglerClass: require('../methods/child-row-toggler-class'),
childRowClass: require('../methods/child-row-class')
childRowTogglerClass: require('../methods/child-row-toggler-class')
}

@@ -24,3 +24,3 @@ module.exports = function(h, that) {

if (that.opts.childRow) {
if (that.opts.childRow && this.rowsToggleState['row_' + row[rowKey]]) {
let childRow = that.opts.childRow;

@@ -34,3 +34,3 @@ let template = typeof childRow==='function'?

});
rows.push(<tr class={`VueTables__child-row ` + that.childRowClass(row[rowKey])}><td colspan={that.allColumns.length+1}>{template}</td></tr>);
rows.push(<tr class='VueTables__child-row'><td colspan={that.allColumns.length+1}>{template}</td></tr>);
}

@@ -37,0 +37,0 @@

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

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

@@ -258,6 +258,2 @@ # Vue Tables 2

}
.VueTables__child-row--closed {
display: none;
}
```

@@ -264,0 +260,0 @@

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