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.58 to 0.0.59

5

lib/index.js

@@ -23,2 +23,6 @@ 'use strict';var BaseButton = {

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

@@ -72,2 +76,3 @@ type: Boolean,

(this.danger && `${this.baseClass}--danger`) ||
(this.semiDanger && `${this.baseClass}--semi-danger`) ||
(this.ghost && `${this.baseClass}--ghost`) ||

@@ -74,0 +79,0 @@ `${this.baseClass}--default`

4

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

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

},
"gitHead": "15f9257418d65d449c58f0456f6880281eaa3c3a"
"gitHead": "98fc404e4251a81c8aa4de769d5c42a250060b16"
}
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