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.46 to 0.0.47

5

lib/index.js

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

},
ghost: {
type: Boolean,
default: false
},
small: {

@@ -51,2 +55,3 @@ type: Boolean,

(this.danger && `${this.typeClass}--danger`) ||
(this.ghost && `${this.typeClass}--ghost`) ||
`${this.typeClass}--default`

@@ -53,0 +58,0 @@ )

4

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

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

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