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 3.6.1 to 3.6.6

11

lib/index.js

@@ -18,2 +18,9 @@ function _extends() {

import "@opentiny/vue-theme/calendar/index.css";
import "@opentiny/vue-renderless/calendar/vue";
import "@opentiny/vue-tooltip";
import "@opentiny/vue-popover";
import "@opentiny/vue-button";
import "@opentiny/vue-icon";
import "vue";
import "../../_plugin-vue_export-helper-cfc4284c.mjs";
var template = function template2(mode) {

@@ -44,3 +51,3 @@ if ("mobile" === (process.env.TINY_MODE || mode))

default: function _default() {
return new Date().getFullYear();
return /* @__PURE__ */ (/* @__PURE__ */ new Date()).getFullYear();
}

@@ -54,3 +61,3 @@ },

default: function _default2() {
return new Date().getMonth() + 1;
return /* @__PURE__ */ (/* @__PURE__ */ new Date()).getMonth() + 1;
}

@@ -57,0 +64,0 @@ },

4

lib/pc.js

@@ -602,5 +602,5 @@ import { renderless, api } from "@opentiny/vue-renderless/calendar/vue";

}
var pc = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
var PcTemplate = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
export {
pc as default
PcTemplate as default
};
{
"name": "@opentiny/vue-calendar",
"version": "3.6.1",
"version": "3.6.6",
"description": "",
"main": "./lib/index.js",
"dependencies": {
"@opentiny/vue-common": "~3.6.1",
"@opentiny/vue-icon": "~3.6.1",
"@opentiny/vue-renderless": "~3.6.1",
"@opentiny/vue-tooltip": "~3.6.1",
"@opentiny/vue-popover": "~3.6.1"
"@opentiny/vue-common": "~3.6.6",
"@opentiny/vue-icon": "~3.6.6",
"@opentiny/vue-renderless": "~3.6.6",
"@opentiny/vue-tooltip": "~3.6.6",
"@opentiny/vue-popover": "~3.6.6"
},

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

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