Socket
Socket
Sign inDemoInstall

@opentiny/vue-date-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-date-table - npm Package Compare versions

Comparing version 3.9.0 to 3.10.0

5

lib/index.js

@@ -87,3 +87,4 @@ import { renderless, api } from "@opentiny/vue-renderless/date-table/vue";

}
}
},
formatWeeks: Function
},

@@ -189,3 +190,3 @@ setup: function setup(props, context) {

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

@@ -192,0 +193,0 @@ Vue.component(DateTable.name, DateTable);

7

package.json
{
"name": "@opentiny/vue-date-table",
"version": "3.9.0",
"version": "3.10.0",
"description": "",

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

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

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

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

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

@@ -29,2 +29,3 @@ defaultValue: {

};
formatWeeks: FunctionConstructor;
}, {

@@ -39,3 +40,3 @@ t: (this: any, path: any, options?: 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<{
}, 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<{
value: {};

@@ -68,2 +69,3 @@ defaultValue: {

};
formatWeeks: FunctionConstructor;
}>> & {

@@ -80,3 +82,3 @@ onPick?: ((...args: any[]) => any) | undefined;

};
}>;
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