Socket
Socket
Sign inDemoInstall

@opentiny/vue-picker

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-picker - npm Package Compare versions

Comparing version 3.11.0-alpha.2 to 3.11.0

12

lib/index.js

@@ -20,3 +20,3 @@ import { renderless, api } from "@opentiny/vue-renderless/picker/vue";

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)

@@ -33,7 +33,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);

@@ -45,5 +45,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)

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

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

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

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

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

"dependencies": {
"@opentiny/vue-common": "~3.11.0-alpha.0",
"@opentiny/vue-renderless": "~3.11.0-alpha.0",
"@opentiny/vue-input": "~3.11.0-alpha.0",
"@opentiny/vue-locale": "~3.11.0-alpha.0",
"@opentiny/vue-date-panel": "~3.11.0-alpha.0",
"@opentiny/vue-date-range": "~3.11.0-alpha.0",
"@opentiny/vue-month-range": "~3.11.0-alpha.0",
"@opentiny/vue-time": "~3.11.0-alpha.0",
"@opentiny/vue-time-range": "~3.11.0-alpha.0",
"@opentiny/vue-time-panel": "~3.11.0-alpha.0"
"@opentiny/vue-common": "~3.11.0",
"@opentiny/vue-renderless": "~3.11.0",
"@opentiny/vue-input": "~3.11.0",
"@opentiny/vue-locale": "~3.11.0",
"@opentiny/vue-date-panel": "~3.11.0",
"@opentiny/vue-date-range": "~3.11.0",
"@opentiny/vue-month-range": "~3.11.0",
"@opentiny/vue-time": "~3.11.0",
"@opentiny/vue-time-range": "~3.11.0",
"@opentiny/vue-time-panel": "~3.11.0"
},

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