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

nativescript-bottom-navigation

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nativescript-bottom-navigation - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

5

index.d.ts
import { BottomNavigationBarBase } from './lib/base/bottom-navigation-bar.base';
import { BottomNavigationTabBase } from './lib/base/bottom-navigation-tab.base';
import { EventData, Color } from 'tns-core-modules/ui/core/view';
import {

@@ -21,4 +22,4 @@ TabSelectedEventData,

titleVisibility: TitleVisibility;
activeColor: string;
inactiveColor: string;
activeColor: Color;
inactiveColor: Color;
backgroundColor: Color;

@@ -25,0 +26,0 @@ selectTab(index: number): void;

2

package.json
{
"name": "nativescript-bottom-navigation",
"version": "2.0.3",
"version": "2.0.4",
"description": "NativeScript plugin to add a bottom navigation component for Android & iOS",

@@ -5,0 +5,0 @@ "main": "bottom-navigation-bar",

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