Huge News!Announcing our $40M Series B led by Abstract Ventures.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.47 to 0.0.48

10

lib/index.js

@@ -170,3 +170,6 @@ 'use strict';Object.defineProperty(exports,'__esModule',{value:true});var BaseButton = {

_vm.prefixIcon
? _c("b-icon", { attrs: { name: _vm.prefixIcon } })
? _c("b-icon", {
staticClass: "mr-1x",
attrs: { name: _vm.prefixIcon }
})
: _vm._e(),

@@ -177,3 +180,6 @@ _vm._v(" "),

_vm.suffixIcon
? _c("b-icon", { attrs: { name: _vm.suffixIcon } })
? _c("b-icon", {
staticClass: "ml-1x",
attrs: { name: _vm.suffixIcon }
})
: _vm._e()

@@ -180,0 +186,0 @@ ],

4

package.json
{
"name": "@bigin/bigin-ui-button",
"version": "0.0.47",
"version": "0.0.48",
"description": "Bigin Design System Button component",

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

},
"gitHead": "f1842a822d9fb4f63a51024af44997015989f692"
"gitHead": "8108a67764ece09f7a29006e2073c41a1905fa22"
}
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