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.9.0 to 3.10.0

2

lib/index.js

@@ -136,3 +136,3 @@ import { renderless, api } from "@opentiny/vue-renderless/month-table/vue";

var MonthTable = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
var version = "3.9.0";
var version = "3.10.0";
MonthTable.install = function(Vue) {

@@ -139,0 +139,0 @@ Vue.component(MonthTable.name, MonthTable);

{
"name": "@opentiny/vue-month-table",
"version": "3.9.0",
"version": "3.10.0",
"description": "",

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

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

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

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

declare const _sfc_main: import("@vue/runtime-core").DefineComponent<{
declare const _default: import("@vue/runtime-core").DefineComponent<{
date: {};

@@ -28,3 +28,3 @@ defaultValue: {

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<{
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("pick" | "changerange")[], "pick" | "changerange", import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
date: {};

@@ -56,3 +56,3 @@ defaultValue: {

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