bin-wrapper icon indicating copy to clipboard operation
bin-wrapper copied to clipboard

Binary wrapper that makes your programs seamlessly available as local dependencies

Results 26 bin-wrapper issues
Sort by recently updated
recently updated
newest added

The `download` package should be updated to the latest version (it's 8.0.0 now) which would remove the moderate Dependabot issue, caused by a downstream dependency 'got': https://docs.github.com/en/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors

I believe the `bin-version-check` package should be updated to the latest version of 5.0.0 which would remove the high CVE found [here](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3795) caused by a downstream dependency `semver-regex`

@sindresorhus friendly ping for review :) Let me know if something could be improved, I haven't switched many projects to ESM yet. CI run since it doesn't run yet on...

This project is stale. No PRs merged since 2018, no commits since 2018. No communication on any issues by the repository-owner. I guess this project should be handed over to...

Adds the ability to specify a base url to use when performing configuration. This allows you to follow the following pattern: ```js const BinWrapper = require('bin-wrapper'); const bin = new...

The readme only lists `darwin` and `x64` as example values. What other values could be used?

Update dependency package called `download` in order to pull in security patch. This also increases required node.js version to 10

this PR allows using system binaries.

As reported by `npm audit`: ``` ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ High │ Arbitrary File Write │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ decompress │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ No patch available │ ├───────────────┼──────────────────────────────────────────────────────────────┤...

Hi, it were nice if bin wrapper would just use the systems binaries if available. This especially makes sense for alpine Linux where static compiled binaries often do not work....