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

@opentiny/vue-calendar

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-calendar - npm Package Compare versions

Comparing version 2.9.0 to 2.10.0

2

lib/index.js

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

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

@@ -76,0 +76,0 @@ Vue.component(Calendar.name, Calendar);

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

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

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

@@ -16,0 +17,0 @@ "license": "MIT",

@@ -43,7 +43,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<() => import("vue").VNode> & import("@vue/composition-api/dist/vue-composition-api.js").Data, {}, {}, {

}, {
month: number;
year: number;
tiny_mode_root: boolean;
month: number;
mode: string;
showSelected: boolean;
mode: string;
year: number;
} & {

@@ -57,7 +57,7 @@ tiny_mode?: string | undefined;

}> & import("vue").VueConstructor<import("vue").default> & (new (...args: any[]) => import("@vue/composition-api/dist/vue-composition-api.js").ComponentRenderProxy<{
month: number;
year: number;
tiny_mode_root: boolean;
month: number;
mode: string;
showSelected: boolean;
mode: string;
year: number;
} & {

@@ -71,7 +71,7 @@ tiny_mode?: string | undefined;

}, import("@vue/composition-api/dist/vue-composition-api.js").ShallowUnwrapRef<() => import("vue").VNode>, import("@vue/composition-api/dist/vue-composition-api.js").Data, {}, {}, {
month: number;
year: number;
tiny_mode_root: boolean;
month: number;
mode: string;
showSelected: boolean;
mode: string;
year: number;
} & {

@@ -86,5 +86,5 @@ tiny_mode?: string | undefined;

month: number;
year: number;
mode: string;
year: number;
}, true>);
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;

@@ -30,2 +30,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