You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The restful-react library, which we're currently using, provides some very convenient features, especially the fetchers codegen.
However, all current vulnerabilities reported by npm audit (except for 1 in canvas where a fix already exists) are due to restful-react. Moreover, it uses a lot of deprecated libraries (e.g. request has been deprecated for almost 3 years) and is largely unmaintained at this point.
We should look into alternatives that provide a similar feature set.
The text was updated successfully, but these errors were encountered:
The restful-react library, which we're currently using, provides some very convenient features, especially the fetchers codegen.
However, all current vulnerabilities reported by
npm audit
(except for 1 in canvas where a fix already exists) are due to restful-react. Moreover, it uses a lot of deprecated libraries (e.g. request has been deprecated for almost 3 years) and is largely unmaintained at this point.We should look into alternatives that provide a similar feature set.
The text was updated successfully, but these errors were encountered: