Socket
Socket
Sign inDemoInstall

@opentiny/vue-time-picker-mobile

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-time-picker-mobile - npm Package Compare versions

Comparing version 3.11.0-alpha.2 to 3.11.0

12

lib/index.js

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

return (it = it.call(o)).next.bind(it);
if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") {
if (Array.isArray(o) || (it = _unsupportedIterableToArray_tiny(o)) || allowArrayLike && o && typeof o.length === "number") {
if (it)

@@ -36,7 +36,7 @@ o = it;

}
function _unsupportedIterableToArray(o, minLen) {
function _unsupportedIterableToArray_tiny(o, minLen) {
if (!o)
return;
if (typeof o === "string")
return _arrayLikeToArray(o, minLen);
return _arrayLikeToArray_tiny(o, minLen);
var n = Object.prototype.toString.call(o).slice(8, -1);

@@ -48,5 +48,5 @@ if (n === "Object" && o.constructor)

if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))
return _arrayLikeToArray(o, minLen);
return _arrayLikeToArray_tiny(o, minLen);
}
function _arrayLikeToArray(arr, len) {
function _arrayLikeToArray_tiny(arr, len) {
if (len == null || len > arr.length)

@@ -111,3 +111,3 @@ len = arr.length;

var TimePickerMobile = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
var version = "3.11.0-alpha.2";
var version = "3.11.0";
TimePickerMobile.model = {

@@ -114,0 +114,0 @@ prop: "modelValue",

{
"name": "@opentiny/vue-time-picker-mobile",
"version": "3.11.0-alpha.2",
"version": "3.11.0",
"description": "",

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

"dependencies": {
"@opentiny/vue-cascader-select": "~3.11.0-alpha.0",
"@opentiny/vue-common": "~3.11.0-alpha.0",
"@opentiny/vue-renderless": "~3.11.0-alpha.0"
"@opentiny/vue-cascader-select": "~3.11.0",
"@opentiny/vue-common": "~3.11.0",
"@opentiny/vue-renderless": "~3.11.0"
},

@@ -15,0 +15,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