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
1
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.9.0 to 2.10.0

2

lib/index.js

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

};
var version = "2.9.0";
var version = "2.10.0";
PagerItem.install = function(Vue) {

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

{
"name": "@opentiny/vue-pager-item",
"version": "2.9.0",
"version": "2.10.0",
"description": "",

@@ -8,6 +8,7 @@ "main": "./lib/index.js",

"sideEffects": false,
"type": "module",
"dependencies": {
"@opentiny/vue-renderless": "~3.9.0",
"@opentiny/vue-icon": "~2.9.0",
"@opentiny/vue-locale": "~2.9.0"
"@opentiny/vue-renderless": "~3.10.0",
"@opentiny/vue-icon": "~2.10.0",
"@opentiny/vue-locale": "~2.10.0"
},

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

@@ -13,11 +13,11 @@ declare const _default: {

type: ObjectConstructor;
default: (propData?: any) => any;
default: () => any;
};
doubleLeftIcon: {
type: ObjectConstructor;
default: (propData?: any) => any;
default: () => any;
};
doubleRightIcon: {
type: ObjectConstructor;
default: (propData?: any) => any;
default: () => any;
};

@@ -24,0 +24,0 @@ isBeforePageChange: BooleanConstructor;

@@ -1,2 +0,2 @@

declare const _sfc_main: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<any> & import("@vue/composition-api/dist/vue-composition-api.js").Data, {}, {}, Readonly<{
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<any> & import("@vue/composition-api/dist/vue-composition-api.js").Data, {}, {}, Readonly<{
[x: string]: any;

@@ -12,2 +12,2 @@ }>, {

}, true>);
export default _sfc_main;
export default _default;

@@ -1,2 +0,2 @@

declare const _sfc_main: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<{
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<{
t: (this: any, path: any, options?: any) => any;

@@ -76,2 +76,2 @@ vm: any;

}, true>);
export default _sfc_main;
export default _default;
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