Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vuetable-2

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vuetable-2 - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "vuetable-2",
"version": "1.0.1",
"version": "1.0.2",
"description": "A Vue.js 2.0 component for data table",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -168,2 +168,3 @@ import Vue from 'vue'

email: data[i].email,
age: data[i].age,
birthdate: data[i].birthdate,

@@ -292,24 +293,3 @@ gender: data[i].gender,

},
registerEvents () {
let self = this
this.$on('vuetable:action', (action, data) => {
self.onActions(action, data)
})
this.$on('vuetable:cell-clicked', (data, field, event) => {
self.onCellClicked(data, field, event)
})
this.$on('vuetable:cell-dblclicked', (data, field, event) => {
self.onCellDoubleClicked(data, field, event)
})
this.$on('vuetable:load-success', (response) => {
self.onLoadSuccess(response)
})
this.$on('vuetable:load-error', (response) => {
self.onLoadError(response)
})
}
},
created () {
this.registerEvents()
}
})

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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