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

@opentiny/vue-pager-item

Package Overview
Dependencies
Maintainers
0
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-pager-item - npm Package Compare versions

Comparing version 2.17.0 to 2.18.0

2

lib/index.js

@@ -58,3 +58,3 @@ function _extends() {

});
var version = "2.17.0";
var version = "2.18.0";
PagerItem.install = function(Vue) {

@@ -61,0 +61,0 @@ Vue.component(PagerItem.name, PagerItem);

@@ -113,2 +113,3 @@ import { defineComponent, props, setup } from '@opentiny/vue-common';

}) : _vm._e(), _vm.state.showPrevMore ? _c("li", {
ref: "prev",
class: _vm.m(_vm.gcls("li"), _vm.gcls("dot")),

@@ -143,2 +144,3 @@ attrs: {

}), _vm.state.showNextMore ? _c("li", {
ref: "next",
class: _vm.m(_vm.gcls("li"), _vm.gcls("dot")),

@@ -145,0 +147,0 @@ attrs: {

@@ -123,2 +123,3 @@ import { defineComponent, $prefix, setup } from '@opentiny/vue-common';

}) : _vm._e(), _vm.state.showPrevMore ? _c("li", {
ref: "prev",
staticClass: "dot quickprev",

@@ -147,2 +148,3 @@ class: [_vm.state.quickprevIconClass === _vm.popupIcon && "is-popup"],

}), _vm.state.showNextMore ? _c("li", {
ref: "next",
staticClass: "dot quicknext",

@@ -149,0 +151,0 @@ class: [_vm.state.quicknextIconClass === _vm.popupIcon && "is-popup"],

{
"name": "@opentiny/vue-pager-item",
"version": "2.17.0",
"version": "2.18.0",
"description": "",

@@ -10,5 +10,5 @@ "main": "./lib/index.js",

"dependencies": {
"@opentiny/vue-renderless": "~3.17.0",
"@opentiny/vue-icon": "~2.17.0",
"@opentiny/vue-common": "~2.17.0"
"@opentiny/vue-renderless": "~3.18.0",
"@opentiny/vue-icon": "~2.18.0",
"@opentiny/vue-common": "~2.18.0"
},

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

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