Socket
Socket
Sign inDemoInstall

@opentiny/vue-month-table

Package Overview
Dependencies
3
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.8.0 to 3.8.2

8

package.json
{
"name": "@opentiny/vue-month-table",
"version": "3.8.0",
"version": "3.8.2",
"description": "",

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

"dependencies": {
"@opentiny/vue-renderless": "~3.8.0",
"@opentiny/vue-common": "~3.8.0",
"@opentiny/vue-locale": "~3.8.0"
"@opentiny/vue-renderless": "~3.8.2",
"@opentiny/vue-common": "~3.8.2",
"@opentiny/vue-locale": "~3.8.2"
},

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

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

declare const _sfc_main: import("@vue/runtime-core").DefineComponent<{
date: {};
defaultValue: {
validator: (val: unknown) => boolean;
};
disabledDate: {};
maxDate: {};
minDate: {};
rangeState: {
default: () => {
endDate: null;
selecting: boolean;
};
};
selectionMode: {
default: string;
};
value: {};
}, {
t: (this: any, path: any, options?: any) => any;
vm: any;
f: (props: any, attrs?: {}) => {};
a: (attrs: any, filters: any, include: any) => {};
d: (props: any) => void;
dp: (props: any) => void;
gcls: (key: any) => any;
m: (...cssClasses: any[]) => string;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("pick" | "changerange")[], "pick" | "changerange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
date: {};
defaultValue: {
validator: (val: unknown) => boolean;
};
disabledDate: {};
maxDate: {};
minDate: {};
rangeState: {
default: () => {
endDate: null;
selecting: boolean;
};
};
selectionMode: {
default: string;
};
value: {};
}>> & {
onPick?: ((...args: any[]) => any) | undefined;
onChangerange?: ((...args: any[]) => any) | undefined;
}, {
selectionMode: IfAny<V, V, D>;
rangeState: IfAny<V, V, D>;
}>;
declare const _sfc_main: any;
export default _sfc_main;
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc