Socket
Book a DemoInstallSign in
Socket

@nativescript-community/extendedinfo

Package Overview
Dependencies
Maintainers
15
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nativescript-community/extendedinfo

Nativescript ExtendedInfo plugin.

latest
npmnpm
Version
1.3.1
Version published
Weekly downloads
87
-13.86%
Maintainers
15
Weekly downloads
 
Created
Source

npm npm GitHub forks GitHub stars

NPM

Installation

  • tns plugin add @nativescript-community/extendedinfo

Be sure to run a new build after adding plugins to avoid any issues.

Plugin to get diverse device infos. This plugin caches results to make it faster.

function isSimulator(): boolean;
function getAppId(): Promise<string>;
function getAppIdSync(): string;
function getVersionName(): Promise<string>;
function getVersionNameSync(): string;
function getAppName(): Promise<string>;
function getAppNameSync(): string;
function getBuildNumber(): Promise<number>;
function getBuildNumberSync(): number;

Keywords

NativeScript

FAQs

Package last updated on 16 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts