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 2.11.0 to 2.12.0

2

lib/index.js

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

});
var version = "2.11.0";
var version = "2.12.0";
Button.install = function(Vue) {

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

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

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

@@ -104,3 +104,3 @@ attrs: {

class: {
"is-text": _vm.text || _vm.$slots.default
"is-text": _vm.text || _vm.slots.default
}

@@ -107,0 +107,0 @@ }) : _vm._e(), _vm._t("default", function() {

{
"name": "@opentiny/vue-button",
"version": "2.11.0",
"version": "2.12.0",
"description": "",

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

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