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

@bigin/bigin-ui-button

Package Overview
Dependencies
Maintainers
2
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bigin/bigin-ui-button - npm Package Compare versions

Comparing version 0.0.51 to 0.0.52

18

lib/index.js

@@ -72,2 +72,7 @@ 'use strict';Object.defineProperty(exports,'__esModule',{value:true});var BaseButton = {

}
},
computed: {
iconSize() {
return (this.small && 14) || (this.large && 18) || 16
}
}

@@ -173,3 +178,3 @@ };function normalizeComponent(template, style, script, scopeId, isFunctionalTemplate, moduleIdentifier /* server only */, shadowMode, createInjector, createInjectorSSR, createInjectorShadow) {

staticClass: "mr-1x",
attrs: { name: _vm.prefixIcon }
attrs: { name: _vm.prefixIcon, size: _vm.iconSize }
})

@@ -183,3 +188,3 @@ : _vm._e(),

staticClass: "ml-1x",
attrs: { name: _vm.suffixIcon }
attrs: { name: _vm.suffixIcon, size: _vm.iconSize }
})

@@ -467,2 +472,7 @@ : _vm._e()

}
},
computed: {
iconSize() {
return (this.small && 14) || (this.large && 18) || 16
}
}

@@ -495,3 +505,3 @@ };/* script */

staticClass: "mr-1x",
attrs: { name: _vm.prefixIcon }
attrs: { name: _vm.prefixIcon, size: _vm.iconSize }
})

@@ -505,3 +515,3 @@ : _vm._e(),

staticClass: "ml-1x",
attrs: { name: _vm.suffixIcon }
attrs: { name: _vm.suffixIcon, size: _vm.iconSize }
})

@@ -508,0 +518,0 @@ : _vm._e()

{
"name": "@bigin/bigin-ui-button",
"version": "0.0.51",
"version": "0.0.52",
"description": "Bigin Design System Button component",

@@ -30,3 +30,3 @@ "author": "Tam Mai <tam.mai@bigin.vn>",

},
"gitHead": "452fb2b6058074383e20ebac6113d8b866969f11"
"gitHead": "a22b8f6e2446ef523f2c90f041b16db622326c28"
}
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