Socket
Socket
Sign inDemoInstall

@opentiny/vue-button

Package Overview
Dependencies
3
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.11.0-alpha.2 to 3.11.0

2

lib/index.js

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

});
var version = "3.11.0-alpha.2";
var version = "3.11.0";
Button.install = function(Vue) {

@@ -97,0 +97,0 @@ Vue.component(Button.name, Button);

@@ -9,3 +9,3 @@ import { renderless, api } from "@opentiny/vue-renderless/button/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)

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

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

@@ -39,0 +39,0 @@ len = arr.length;

@@ -10,3 +10,3 @@ import { renderless, api } from "@opentiny/vue-renderless/button/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)

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

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

@@ -40,0 +40,0 @@ len = arr.length;

@@ -10,3 +10,3 @@ import { renderless, api } from "@opentiny/vue-renderless/button/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)

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

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

@@ -40,0 +40,0 @@ len = arr.length;

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

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

"dependencies": {
"@opentiny/vue-common": "~3.11.0-alpha.0",
"@opentiny/vue-icon": "~3.11.0-alpha.0",
"@opentiny/vue-renderless": "~3.11.0-alpha.0"
"@opentiny/vue-common": "~3.11.0",
"@opentiny/vue-icon": "~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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc