Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bin-wrapper is not maintained, can we depend on something else? #147

Open
peterbe opened this issue Sep 20, 2023 · 1 comment Β· May be fixed by #148
Open

bin-wrapper is not maintained, can we depend on something else? #147

peterbe opened this issue Sep 20, 2023 · 1 comment Β· May be fixed by #148

Comments

@peterbe
Copy link

peterbe commented Sep 20, 2023

πŸ‘‹ I'm new to this project and don't know much about the community behind it.
But I'm concerned about security vulnerability reports coming from deep dependencies. In particular semver-regex

This is how it gets used:

❯ npm ls semver-regex
...
└─┬ imagemin-gifsicle@7.0.0
  └─┬ gifsicle@5.3.0
    └─┬ bin-wrapper@4.1.0
      └─┬ bin-version-check@4.0.0
        └─┬ bin-version@3.1.0
          └─┬ find-versions@3.2.0
            └── semver-regex@2.0.0

Poking around, it seems the buck stops with bin-wrapper.
Last commit on that repo was November 2018.

Can we omit/replace bin-wrapper and use something more maintained?

@peterbe
Copy link
Author

peterbe commented Sep 20, 2023

Perhaps https://www.npmjs.com/package/@mole-inc/bin-wrapper

This is a fork of kevva/bin-wrapper.

...it says :)

peterbe added a commit to peterbe/gifsicle-bin that referenced this issue Sep 20, 2023
@peterbe peterbe linked a pull request Sep 20, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant