Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@opentiny/vue-popconfirm

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-popconfirm - npm Package Compare versions

Comparing version 3.11.0-alpha.2 to 3.11.0

2

lib/index.js

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

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

@@ -85,0 +85,0 @@ Vue.component(Popconfirm.name, Popconfirm);

@@ -12,3 +12,3 @@ import { defineComponent, $prefix, setup as _setup } from "@opentiny/vue-common";

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)

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

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

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

@@ -13,3 +13,3 @@ import { defineComponent, $prefix, setup as _setup } from "@opentiny/vue-common";

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)

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

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

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

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

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

"dependencies": {
"@opentiny/vue-button": "~3.11.0-alpha.0",
"@opentiny/vue-common": "~3.11.0-alpha.0",
"@opentiny/vue-icon": "~3.11.0-alpha.0",
"@opentiny/vue-modal": "~3.11.0-alpha.0",
"@opentiny/vue-popover": "~3.11.0-alpha.0",
"@opentiny/vue-renderless": "~3.11.0-alpha.0",
"@opentiny/vue-theme": "~3.11.0-alpha.0",
"@opentiny/vue-theme-mobile": "~3.11.0-alpha.0"
"@opentiny/vue-button": "~3.11.0",
"@opentiny/vue-common": "~3.11.0",
"@opentiny/vue-icon": "~3.11.0",
"@opentiny/vue-modal": "~3.11.0",
"@opentiny/vue-popover": "~3.11.0",
"@opentiny/vue-renderless": "~3.11.0",
"@opentiny/vue-theme": "~3.11.0",
"@opentiny/vue-theme-mobile": "~3.11.0"
},

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