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

vue-paginate

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-paginate - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

2

package.json
{
"name": "vue-paginate",
"version": "1.2.1",
"version": "1.2.2",
"description": "A simple vue.js plugin to paginate data",

@@ -5,0 +5,0 @@ "main": "vue-paginate.js",

@@ -25,3 +25,3 @@ ;(function () {

function setCurrentPage (vm, listName) {
function setCurrentPage (vm, listName, Vue) {
Vue.config.silent = true;

@@ -108,3 +108,3 @@ vm.$set('current' + helpers.capitalize(listName) + 'Page', state[listName].currentPage);

setCurrentPage(this.vm, listName);
setCurrentPage(this.vm, listName, Vue);

@@ -111,0 +111,0 @@ var index = state[listName].currentPage * state[listName].perPage;

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