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 2.14.0 to 2.15.0

48

lib/index.js

@@ -1,18 +0,6 @@

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";
import { iconClose } from "@opentiny/vue-icon";
import { defineComponent, $prefix, setup, $props } from '@opentiny/vue-common';
import { renderless, api } from '@opentiny/vue-renderless/popup/vue';
import { iconClose } from '@opentiny/vue-icon';
import '@opentiny/vue-theme-mobile/popup/index.css';
function normalizeComponent(scriptExports, render, staticRenderFns, functionalTemplate, injectStyles, scopeId, moduleIdentifier, shadowMode) {

@@ -72,3 +60,16 @@ var options = typeof scriptExports === "function" ? scriptExports.options : scriptExports;

import "@opentiny/vue-theme-mobile/popup/index.css";
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);
}
var $constants = {

@@ -133,4 +134,4 @@ OVERFLOWHIDDEN: "tiny-overflow-hidde"

}),
setup: function setup(props, context) {
return _setup({
setup: function setup$1(props, context) {
return setup({
props,

@@ -211,3 +212,3 @@ context,

}();
var version = "2.14.0";
var version = "2.15.0";
Popup.model = {

@@ -221,4 +222,3 @@ prop: "modelValue",

Popup.version = version;
export {
Popup as default
};
export { Popup as default };
{
"name": "@opentiny/vue-popup",
"version": "2.14.0",
"version": "2.15.0",
"description": "",

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

"dependencies": {
"@opentiny/vue-common": "~2.14.0",
"@opentiny/vue-icon": "~2.14.0",
"@opentiny/vue-renderless": "~3.14.0",
"@opentiny/vue-theme-mobile": "~3.14.0"
"@opentiny/vue-common": "~2.15.0",
"@opentiny/vue-icon": "~2.15.0",
"@opentiny/vue-renderless": "~3.15.0",
"@opentiny/vue-theme-mobile": "~3.15.0"
},

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