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

quasar-app-extension-qribbon

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quasar-app-extension-qribbon - npm Package Compare versions

Comparing version 1.0.0-alpha.3 to 1.0.0-alpha.4

2

package.json
{
"name": "quasar-app-extension-qribbon",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"description": "QRibbon - Quasar App Extension",

@@ -5,0 +5,0 @@ "author": "Allan Gaunt <allangaunt@gmail.com>",

@@ -59,8 +59,9 @@ import Vue from 'vue'

validator: (val) => [
'round-in',
'round-out',
'rounded-in',
'rounded-out',
'triangle-in',
'triangle-out'
].includes(val)
}
},
inline: Boolean
},

@@ -95,3 +96,3 @@

__renderDefaultRibbon (h) {
return this.__renderBaseRibbon(h, [ h('div', slot(this, 'default')) ])
return this.__renderBaseRibbon(h)
},

@@ -115,3 +116,3 @@

return h('div', {
staticClass: 'qribbon__container'
staticClass: `qribbon__container ${this.position} ${this.inline ? 'inline' : ''}`
}, [

@@ -118,0 +119,0 @@ this.__renderRibbon(h)

Sorry, the diff of this file is not supported yet

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