What's wrong with this entry?
Anonymous. No account, no email.
Code Organization
- Stream imports consolidated: Replaced multiple stream imports with PassThrough imports from both
node:streamandstream - Function refactoring: Several internal functions were restructured for better maintainability
- Async operations: Installation detection functions now use async/await pattern instead of synchronous execution
Environment Variable Handling
- New helper function: Added
X$2()to parse boolean environment variables, recognizing "0", "false", "no", and "off" as false values
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.