Socket
Socket
Sign inDemoInstall

@opentiny/vue-date-picker

Package Overview
Dependencies
50
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.12.0 to 2.13.0

10

lib/index.js

@@ -21,6 +21,8 @@ function _extends() {

var template = function template2(mode) {
if ("pc" === (process.env.TINY_MODE || mode)) {
var _process$env;
var tinyMode = typeof process === "object" ? (_process$env = process.env) == null ? void 0 : _process$env.TINY_MODE : null;
if ("pc" === (tinyMode || mode)) {
return PcTemplate;
}
if ("mobile" === (process.env.TINY_MODE || mode)) {
if ("mobile" === (tinyMode || mode)) {
return MobileTemplate;

@@ -30,3 +32,3 @@ }

};
var currentYear = /* @__PURE__ */ (/* @__PURE__ */ new Date()).getFullYear();
var currentYear = (/* @__PURE__ */ new Date()).getFullYear();
var $constants = {

@@ -201,3 +203,3 @@ MonthDay: 32,

});
var version = "2.12.0";
var version = "2.13.0";
DatePicker.model = {

@@ -204,0 +206,0 @@ prop: "modelValue",

14

package.json
{
"name": "@opentiny/vue-date-picker",
"version": "2.12.0",
"version": "2.13.0",
"description": "",

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

"dependencies": {
"@opentiny/vue-renderless": "~3.12.0",
"@opentiny/vue-common": "~2.12.0",
"@opentiny/vue-picker": "~2.12.0",
"@opentiny/vue-mini-picker": "~2.12.0",
"@opentiny/vue-input": "~2.12.0",
"@opentiny/vue-icon": "~2.12.0"
"@opentiny/vue-renderless": "~3.13.0",
"@opentiny/vue-common": "~2.13.0",
"@opentiny/vue-picker": "~2.13.0",
"@opentiny/vue-mini-picker": "~2.13.0",
"@opentiny/vue-input": "~2.13.0",
"@opentiny/vue-icon": "~2.13.0"
},

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

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