New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@opentiny/vue-popconfirm

Package Overview
Dependencies
Maintainers
0
Versions
40
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.20.0 to 3.21.0

5

lib/index.js

@@ -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]);
}

@@ -90,3 +89,3 @@ return n;

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

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

9

lib/mobile-first.js

@@ -10,4 +10,3 @@ import { defineComponent, $prefix, setup } from '@opentiny/vue-common';

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 @@ }

@@ -11,4 +11,3 @@ import { defineComponent, $prefix, setup } from '@opentiny/vue-common';

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) {

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

@@ -34,4 +32,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;

@@ -38,0 +35,0 @@ }

{
"name": "@opentiny/vue-popconfirm",
"version": "3.20.0",
"version": "3.21.0",
"description": "",

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

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

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