Socket
Socket
Sign inDemoInstall

@neovici/cosmoz-bottom-bar

Package Overview
Dependencies
Maintainers
4
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@neovici/cosmoz-bottom-bar - npm Package Compare versions

Comparing version 5.1.0 to 5.1.1

2

cosmoz-bottom-bar.js

@@ -276,3 +276,3 @@ /* eslint-disable max-lines */

.filter(element => !element.hidden)
.sort((a, b) => a.dataset.index - b.dataset.index);
.sort((a, b) => (a.dataset.index ?? 0) - (b.dataset.index ?? 0 ));
}

@@ -279,0 +279,0 @@ /**

{
"name": "@neovici/cosmoz-bottom-bar",
"version": "5.1.0",
"version": "5.1.1",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc