New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.7.2 to 1.7.3

.npmignore

0

.postcssrc.js

@@ -0,0 +0,0 @@ // https://github.com/michael-ciniawsky/postcss-load-config

@@ -0,0 +0,0 @@ require('./check-versions')()

@@ -0,0 +0,0 @@ var chalk = require('chalk')

@@ -0,0 +0,0 @@ /* eslint-disable */

@@ -0,0 +0,0 @@ require('./check-versions')()

@@ -0,0 +0,0 @@ var path = require('path')

@@ -0,0 +0,0 @@ var utils = require('./utils')

@@ -0,0 +0,0 @@ var path = require('path')

@@ -0,0 +0,0 @@ var webpack = require("webpack");

@@ -0,0 +0,0 @@ var utils = require('./utils')

@@ -0,0 +0,0 @@ var path = require('path')

@@ -0,0 +0,0 @@ // This is the webpack config used for unit tests.

@@ -0,0 +0,0 @@ # What's Changed

@@ -0,0 +0,0 @@ var merge = require('webpack-merge')

@@ -0,0 +0,0 @@ // see http://vuejs-templates.github.io/webpack for documentation.

module.exports = {
NODE_ENV: '"production"'
}

@@ -0,0 +0,0 @@ var merge = require('webpack-merge')

2

package.json
{
"name": "vuetable-2",
"version": "1.7.2",
"version": "1.7.3",
"description": "Datatable component for Vue 2.x",

@@ -5,0 +5,0 @@ "main": "dist/vuetable-2.js",

@@ -0,0 +0,0 @@ [![npm](https://img.shields.io/npm/v/vuetable-2.svg)](https://www.npmjs.com/package/vuetable-2)

@@ -0,0 +0,0 @@ import Vuetable from './components/Vuetable.vue'

@@ -391,10 +391,13 @@ import Vue from 'vue'

},
queryParams (sortOrder, currentPage, perPage) {
return {
'sort': sortOrder[0].field + '|' + sortOrder[0].direction,
'order': sortOrder[0].direction,
'page': currentPage,
'per_page': perPage
}
},
/*
* Example of defining queryParams as a function
*/
// queryParams (sortOrder, currentPage, perPage) {
// return {
// 'sort': sortOrder[0].field + '|' + sortOrder[0].direction,
// 'order': sortOrder[0].direction,
// 'page': currentPage,
// 'per_page': perPage
// }
// },
onCellClicked (data, field, event) {

@@ -401,0 +404,0 @@ console.log('cellClicked', field.name)

@@ -0,0 +0,0 @@ // A custom Nightwatch assertion.

@@ -0,0 +0,0 @@ require('babel-register')

@@ -0,0 +0,0 @@ // 1. start the dev server using production config

@@ -0,0 +0,0 @@ // For authoring Nightwatch tests, see

@@ -0,0 +0,0 @@ // Polyfill fn.bind() for PhantomJS

@@ -0,0 +0,0 @@ // This is a karma config file. For more details see

@@ -0,0 +0,0 @@ import Vue from 'vue'

@@ -0,0 +0,0 @@ # Upgrade Guide

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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