You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

@opentiny/vue-option

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-option - npm Package Compare versions

Comparing version

to
3.21.0

@@ -5,4 +5,3 @@ function _extends() {

var t = arguments[e];
for (var r in t)
({}).hasOwnProperty.call(t, r) && (n[r] = t[r]);
for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]);
}

@@ -66,3 +65,3 @@ return n;

});
var version = "3.20.0";
var version = "3.21.0";
Option.install = function(Vue) {

@@ -69,0 +68,0 @@ Vue.component(Option.name, Option);

@@ -9,4 +9,3 @@ import { renderless, api } from '@opentiny/vue-renderless/option/vue';

var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
if (t)
return (t = t.call(r)).next.bind(t);
if (t) return (t = t.call(r)).next.bind(t);
if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) {

@@ -23,4 +22,3 @@ t && (r = t);

if (r) {
if ("string" == typeof r)
return _arrayLikeToArray(r, a);
if ("string" == typeof r) return _arrayLikeToArray(r, a);
var t = {}.toString.call(r).slice(8, -1);

@@ -32,4 +30,3 @@ return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0;

(null == a || a > r.length) && (a = r.length);
for (var e = 0, n = Array(a); e < a; e++)
n[e] = r[e];
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
return n;

@@ -36,0 +33,0 @@ }

@@ -10,4 +10,3 @@ import { renderless, api } from '@opentiny/vue-renderless/option/vue';

var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
if (t)
return (t = t.call(r)).next.bind(t);
if (t) return (t = t.call(r)).next.bind(t);
if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) {

@@ -24,4 +23,3 @@ t && (r = t);

if (r) {
if ("string" == typeof r)
return _arrayLikeToArray(r, a);
if ("string" == typeof r) return _arrayLikeToArray(r, a);
var t = {}.toString.call(r).slice(8, -1);

@@ -33,4 +31,3 @@ return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0;

(null == a || a > r.length) && (a = r.length);
for (var e = 0, n = Array(a); e < a; e++)
n[e] = r[e];
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
return n;

@@ -37,0 +34,0 @@ }

{
"name": "@opentiny/vue-option",
"type": "module",
"version": "3.20.0",
"version": "3.21.0",
"description": "",

@@ -11,7 +11,7 @@ "license": "MIT",

"dependencies": {
"@opentiny/vue-common": "~3.20.0",
"@opentiny/vue-directive": "~3.20.0",
"@opentiny/vue-icon": "~3.20.0",
"@opentiny/vue-renderless": "~3.20.0",
"@opentiny/vue-theme": "~3.20.0"
"@opentiny/vue-common": "~3.21.0",
"@opentiny/vue-directive": "~3.21.0",
"@opentiny/vue-icon": "~3.21.0",
"@opentiny/vue-renderless": "~3.21.0",
"@opentiny/vue-theme": "~3.21.0"
},

@@ -18,0 +18,0 @@ "types": "index.d.ts",