Socket
Socket
Sign inDemoInstall

@opentiny/vue-popup

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

Comparing version 3.12.0 to 3.13.0-alpha.0

24

lib/index.js

@@ -1,2 +0,16 @@

import { defineComponent, $prefix, setup as _setup } from "@opentiny/vue-common";
function _extends() {
_extends = Object.assign ? Object.assign.bind() : function(target) {
for (var i = 1; i < arguments.length; i++) {
var source = arguments[i];
for (var key in source) {
if (Object.prototype.hasOwnProperty.call(source, key)) {
target[key] = source[key];
}
}
}
return target;
};
return _extends.apply(this, arguments);
}
import { defineComponent, $prefix, $props, setup as _setup } from "@opentiny/vue-common";
import { renderless, api } from "@opentiny/vue-renderless/popup/vue";

@@ -60,3 +74,3 @@ import { iconClose } from "@opentiny/vue-icon";

},
props: {
props: _extends({}, $props, {
_constants: {

@@ -110,3 +124,3 @@ type: Object,

zIndex: [Number, String]
},
}),
setup: function setup(props, context) {

@@ -122,3 +136,3 @@ return _setup({

});
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
function _sfc_render(_ctx, _cache, $props2, $setup, $data, $options) {
var _component_icon_close = resolveComponent("icon-close");

@@ -179,3 +193,3 @@ return openBlock(), createElementBlock("div", null, [createVNode(Transition, {

var Popup = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
var version = "3.12.0";
var version = "3.13.0-alpha.0";
Popup.model = {

@@ -182,0 +196,0 @@ prop: "modelValue",

{
"name": "@opentiny/vue-popup",
"version": "3.12.0",
"version": "3.13.0-alpha.0",
"description": "",

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

"dependencies": {
"@opentiny/vue-common": "~3.12.0",
"@opentiny/vue-icon": "~3.12.0",
"@opentiny/vue-renderless": "~3.12.0"
"@opentiny/vue-common": "~3.13.0-alpha.0",
"@opentiny/vue-icon": "~3.13.0-alpha.0",
"@opentiny/vue-renderless": "~3.13.0-alpha.0"
},

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