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.62 to 0.0.63

23

lib/index.js

@@ -59,13 +59,13 @@ 'use strict';var BaseButton = {

},
href: {
baseIconClass: {
type: String,
default: ''
default: 'b-icon'
},
to: {
nativeTag: {
type: String,
default: ''
default: 'button'
},
baseIconClass: {
type: String,
default: 'b-icon'
extendProps: {
type: Object,
default: () => ({ type: 'button' })
}

@@ -96,11 +96,2 @@ },

)
},
nativeTag() {
return (this.to && 'nuxt-link') || (this.href && 'a') || 'button'
},
extendProps() {
return (
(this.to && { to: this.to }) ||
(this.href && { href: this.href }) || { type: 'button' }
)
}

@@ -107,0 +98,0 @@ }

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

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

},
"gitHead": "5d801ed645521fa3c8e509d0c34386b41c2f843b"
"gitHead": "59aff55f0acd4c80468f27a2a9a8b6463f96bb06"
}
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