New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

nativescript-bottombar

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nativescript-bottombar - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

2

package.json
{
"name": "nativescript-bottombar",
"version": "1.1.4",
"version": "1.1.5",
"description": "NativeScript plugin for AHBottomNavigation.",

@@ -5,0 +5,0 @@ "main": "bottombar.js",

@@ -63,3 +63,3 @@ [![npm](https://img.shields.io/npm/v/nativescript-bottombar.svg)](https://www.npmjs.com/package/nativescript-bottombar)

import {Observable} from 'data/observable';
import {TITLE_STATE} from 'nativescript-bottombar/bottombar-common';
import {TITLE_STATE} from 'nativescript-bottombar/bottombar.common';

@@ -95,3 +95,3 @@ export class HelloWorldModel extends Observable {

import {registerElement} from 'nativescript-angular/element-registry';
import {TITLE_STATE} from 'nativescript-bottombar/bottombar-common';
import {TITLE_STATE} from 'nativescript-bottombar/bottombar.common';
import {SelectedIndexChangedEventData} from 'nativescript-bottombar';

@@ -98,0 +98,0 @@ registerElement("BottomBar", () => require("nativescript-bottombar").BottomBar);

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