Socket
Socket
Sign inDemoInstall

@opentiny/vue-year-table

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-year-table - npm Package Compare versions

Comparing version 3.8.0 to 3.8.2

6

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

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

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

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

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

declare const _sfc_main: import("@vue/runtime-core").DefineComponent<{
disabledDate: {};
value: {};
defaultValue: {
validator(val: unknown): boolean;
};
date: (ArrayConstructor | DateConstructor)[];
selectionMode: StringConstructor;
startYear: NumberConstructor;
maxDate: {};
minDate: {};
rangeState: {
default: () => {
endDate: null;
selecting: boolean;
};
};
}, any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "pick"[], "pick", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
disabledDate: {};
value: {};
defaultValue: {
validator(val: unknown): boolean;
};
date: (ArrayConstructor | DateConstructor)[];
selectionMode: StringConstructor;
startYear: NumberConstructor;
maxDate: {};
minDate: {};
rangeState: {
default: () => {
endDate: null;
selecting: boolean;
};
};
}>> & {
onPick?: ((...args: any[]) => any) | undefined;
}, {
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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc