Utility for running native binaries on iOS and Android devices and simulators/emulators
Installations
npm install native-run
Score
59.5
Supply Chain
81.2
Quality
83.4
Maintenance
100
Vulnerability
98.9
License
Developer
ionic-team
Developer Guide
Module System
CommonJS
Min. Node Version
>=16.0.0
Typescript Support
No
Node Version
16.20.2
NPM Version
8.19.4
Statistics
126 Stars
302 Commits
23 Forks
20 Watching
7 Branches
35 Contributors
Updated on 26 Nov 2024
Languages
TypeScript (99.78%)
JavaScript (0.22%)
Total Downloads
Cumulative downloads
Total Downloads
32,852,503
Last day
-4.7%
53,053
Compared to previous day
Last week
-0%
274,482
Compared to previous week
Last month
9.4%
1,201,966
Compared to previous month
Last year
24.7%
13,211,173
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dependencies
11
native-run
native-run
is a cross-platform command-line utility for running native app binaries (.ipa
and .apk
files) on iOS and Android devices. It can be used for both hardware and virtual devices.
This tool is used by the Ionic CLI, but it can be used standalone as part of a development or testing pipeline for launching apps. It doesn't matter whether the .apk
or .ipa
is created with Cordova or native IDEs, native-run
will be able to deploy it.
Install
native-run
is written entirely in TypeScript/NodeJS, so there are no native dependencies.
To install, run:
npm install -g native-run
:memo: Requires NodeJS 16+
Usage
native-run <platform> [options]
See the help documentation with the --help
flag.
native-run --help
native-run ios --help
native-run android --help
Troubleshooting
Much more information can be printed to the screen with the --verbose
flag.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
Reason
security policy file detected
Details
- Info: security policy file detected: github.com/ionic-team/.github/SECURITY.md:1
- Info: Found linked content: github.com/ionic-team/.github/SECURITY.md:1
- Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/ionic-team/.github/SECURITY.md:1
- Info: Found text in security policy: github.com/ionic-team/.github/SECURITY.md:1
Reason
Found 21/30 approved changesets -- score normalized to 7
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
- Warn: no topLevel permission defined: .github/workflows/ci.yml:1
- Info: no jobLevel write permissions found
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/ionic-team/native-run/ci.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/ionic-team/native-run/ci.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/ionic-team/native-run/ci.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/ionic-team/native-run/ci.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:52: update your workflow using https://app.stepsecurity.io/secureworkflow/ionic-team/native-run/ci.yml/develop?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:56: update your workflow using https://app.stepsecurity.io/secureworkflow/ionic-team/native-run/ci.yml/develop?enable=pin
- Warn: npmCommand not pinned by hash: .github/workflows/ci.yml:37
- Warn: npmCommand not pinned by hash: .github/workflows/ci.yml:61
- Info: 0 out of 6 GitHub-owned GitHubAction dependencies pinned
- Info: 0 out of 2 npmCommand dependencies pinned
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
- Warn: 0 commits out of 23 are checked with a SAST tool
Score
5.2
/10
Last Scanned on 2024-11-18
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn MoreOther packages similar to native-run
run-ios
Quick React-Native Run-IOS
slap-react-native-touchable
``` $ npm install $ react-native run-android $ react-native run-ios ```
slap-react-native-calendar
``` $ npm install $ react-native run-android $ react-native run-ios ```
slap-react-native-button
``` $ npm install $ react-native run-android $ react-native run-ios ```