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.50 to 2.0.51

2

compiled/computed/filtered-data.js

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

module.exports = function () {
this.dispatch('loading');
var data = clone(this.tableData);

@@ -27,3 +28,4 @@ var column = this.orderBy.column;

this.allFilteredData = JSON.parse(JSON.stringify(data));
this.dispatch('loaded');
return data.splice(offset, this.limit);
};

2

package.json
{
"name": "vue-tables-2",
"description": "Vue.js 2 grid components",
"version": "2.0.50",
"version": "2.0.51",
"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