Raphaël

Results 7 issues of Raphaël

## Expected Behavior I think a good feature of `npq` would be to check if the repo's already installed packages have any issues, in the same way that it checks...

enhancement

I updated all dependencies (except for `execa` which didn't work and I couldn't figure out why) to the latest version, which fixed all audit problems. Some changes had to be...

As shown [here](https://snyk.io/vuln/SNYK-JS-TRIM-1017038), package [`trim`](https://www.npmjs.com/package/trim) in version 0.0.1 has a vulnerability (ReDoS). `trim` is a dependency of `linkify-markdown` through `[email protected] > [email protected]`. If it doesn't break anything, it would be...

This PR updates the type of the `version` field (in `RequestConfig`) to only allow strings like `vX` (where `X` is a number), or `vX.Y`. Feel free to comment and/or edit....

I recently came across an issue when using the MailJet Node SDK, because of the `version` field in the `RequestConfig`: I had written `'3.1'` instead of `'v3.1'`. My proposal is...

**Description:** Since Node.js 19, the default for `keepAlive` was changed from `false` to `true`. As explained in [this similar issue for the Ruby setup action](https://github.com/ruby/setup-ruby/issues/543#issuecomment-1793608370), this causes the Post setup...

ESLint plugin react hooks version: 4.6.0 ## Steps To Reproduce ```tsx const MyComponent = () => { const array = useMemo(() => ["banana", "apple"], []); const filteredArray = array.filter((element) =>...

Status: Unconfirmed