Socket
Socket
Sign inDemoInstall

@neovici/cosmoz-bottom-bar

Package Overview
Dependencies
3
Maintainers
4
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.1.2 to 7.1.3

20

cosmoz-bottom-bar.js

@@ -130,14 +130,4 @@ /* eslint-disable max-lines */

type: Number,
computed:
'_computeComputedBarHeight(_matchHeightElement, barHeight, _computedBarHeightKicker)',
notify: true,
},
/**
* Kicker to make `computedBarHeight` recalculate
*/
_computedBarHeightKicker: {
type: Number,
},
forceOpen: {

@@ -215,3 +205,6 @@ type: Boolean,

this._resizeObserver.observe(this);
this._computedBarHeightKicker = 0;
this.computedBarHeight = this._computeComputedBarHeight(
this._matchHeightElement,
this.barHeight,
);
}

@@ -376,3 +369,6 @@

}
this._computedBarHeightKicker += 1;
this.computedBarHeight = this._computeComputedBarHeight(
this._matchHeightElement,
this.barHeight,
);
}

@@ -379,0 +375,0 @@

2

package.json
{
"name": "@neovici/cosmoz-bottom-bar",
"version": "7.1.2",
"version": "7.1.3",
"description": "A responsive bottom-bar that can house buttons/actions and a menu for the buttons that won't fit the available width.",

@@ -5,0 +5,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc