Sign In

@runner-run/linux-arm64-gnu

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@runner-run/linux-arm64-gnu - npm Package Compare versions

Comparing version
0.14.2
to
0.14.3
+15
-2
package.json
{
"name": "@runner-run/linux-arm64-gnu",
"version": "0.14.2",
"description": "linux-arm64-gnu prebuilt binaries for runner-run",
"version": "0.14.3",
"description": "Prebuilt runner + run aarch64-unknown-linux-gnu binaries for runner-run; selected automatically by npm, not for direct use.",
"keywords": [
"runner-run",
"prebuilt",
"binary",
"native",
"cli",
"task-runner",
"linux",
"arm64",
[
"glibc"
]
],
"license": "MIT",

@@ -6,0 +19,0 @@ "author": "Kaj Kowalski <info+runner@kajkowalski.nl>",

# @runner-run/linux-arm64-gnu
Prebuilt `runner` and `run` binaries for `linux-arm64-gnu`.\
(rustc target: `aarch64-unknown-linux-gnu`).
Prebuilt `runner` and `run` binaries for **linux · arm64 · glibc** (rustc target `aarch64-unknown-linux-gnu`).
The platform-specific package of [`runner-run`](https://npm.im/runner-run "View on npm").
This package is an internal implementation detail of [`runner-run`](https://npm.im/runner-run "View on npm").
## Do I install this?
Do not depend on it directly.\
Install `runner-run` and let npm select the right package for your platform.
No. Install the main package and npm picks the matching binary for your platform automatically:
```sh
npm install runner-run
```
This package is listed in `runner-run`'s `optionalDependencies`. npm resolves the one
whose `os`/`cpu`/`libc` matches your machine and skips the rest, so the wrapper
finds these binaries with no postinstall step. Depending on it directly pins you to a single
platform, so install `runner-run` instead.
## Contents
- `runner` and `run`: prebuilt native binaries under `bin/`.
- No dependencies, no install scripts, no network access.
## More
- Main package: <https://npm.im/runner-run>
- Documentation, source, and issue tracker: linked from the main package.
Released under the same license as `runner-run` (see `LICENSE`).

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet