-
-
Notifications
You must be signed in to change notification settings - Fork 237
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
Drop dependency on spawn-command
#407
Comments
I'd take that warning with a grain of salt. I've been writing code for Node.js for more than a decade now, and the See also: On another note, we briefly played with using a different package to spawn commands between v3.0.0 to v3.2.0. |
An old package itself is not a problem as long as it doesn't pull in any dependencies itself which become outdated, contain CVEs etc. Doesn't seem to be an issue with I simply opened this issue to raise awareness about it. If it is looked at and the conclusion is that everything is fine, even better :) |
Hi folks, this is now done in v9.0.0. |
We recently started using https://socket.dev/ as part of our dependencies maintenance and it flagged
spawn-command
as problematic due to it being unmaintained: https://socket.dev/npm/package/spawn-commandThe last release was 8 years ago, so there's probably other solutions out there or even can be written with native Node.js nowadays.
The text was updated successfully, but these errors were encountered: