Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bigin/bigin-ui-card

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bigin/bigin-ui-card - npm Package Compare versions

Comparing version 0.0.43 to 0.0.44

22

lib/index.js

@@ -26,2 +26,10 @@ 'use strict';//

default: 1
},
headerClass: {
type: String,
default: ''
},
footerClass: {
type: String,
default: ''
}

@@ -115,3 +123,8 @@ }

_vm.$slots.header
? _c("div", { staticClass: "card__header" }, [_vm._t("header")], 2)
? _c(
"div",
{ class: ["card__header", _vm.headerClass] },
[_vm._t("header")],
2
)
: _vm._e(),

@@ -122,3 +135,8 @@ _vm._v(" "),

_vm.$slots.footer
? _c("div", { staticClass: "card__footer" }, [_vm._t("footer")], 2)
? _c(
"div",
{ class: ["card__footer", _vm.footerClass] },
[_vm._t("footer")],
2
)
: _vm._e()

@@ -125,0 +143,0 @@ ]

4

package.json
{
"name": "@bigin/bigin-ui-card",
"version": "0.0.43",
"version": "0.0.44",
"description": "> TODO: description",

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

},
"gitHead": "2d0cc8f9b87fac54a00cffee543fa16a0028bdbb"
"gitHead": "b1b08377f6b2565f272498efe680bb748be62fb9"
}
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