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.63 to 0.0.64

4

lib/index.js

@@ -80,2 +80,5 @@ 'use strict';var BaseButton = {

return (
(this.ghost && this.primary && `${this.baseClass}--ghost-primary`) ||
(this.ghost && this.danger && `${this.baseClass}--ghost-danger`) ||
(this.ghost && `${this.baseClass}--ghost`) ||
(this.primary && `${this.baseClass}--primary`) ||

@@ -85,3 +88,2 @@ (this.secondary && `${this.baseClass}--secondary`) ||

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

@@ -88,0 +90,0 @@ )

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

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

},
"gitHead": "59aff55f0acd4c80468f27a2a9a8b6463f96bb06"
"gitHead": "223e526fc927ed754cdfed5a59b7a25c661e2a4b"
}
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