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 to 3.12.0

2

lib/index.js

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

});
var version = "3.11.0";
var version = "3.12.0";
Button.install = function(Vue) {

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

@@ -76,4 +76,4 @@ import { renderless, api } from "@opentiny/vue-renderless/button/vue";

"is-circle": _ctx.circle,
"is-icon": _ctx.icon && !_ctx.loading && (_ctx.text || _ctx.$slots.default),
"is-only-icon": _ctx.icon && !_ctx.loading && !(_ctx.text || _ctx.$slots.default)
"is-icon": _ctx.icon && !_ctx.loading && (_ctx.text || _ctx.slots.default),
"is-only-icon": _ctx.icon && !_ctx.loading && !(_ctx.text || _ctx.slots.default)
}]],

@@ -93,3 +93,3 @@ onClick: _cache[0] || (_cache[0] = function() {

class: normalizeClass({
"is-text": _ctx.text || _ctx.$slots.default
"is-text": _ctx.text || _ctx.slots.default
})

@@ -96,0 +96,0 @@ }, null, 8, ["class"])) : createCommentVNode("v-if", true), renderSlot(_ctx.$slots, "default", {}, function() {

{
"name": "@opentiny/vue-button",
"version": "3.11.0",
"version": "3.12.0",
"description": "",

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

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