-
Notifications
You must be signed in to change notification settings - Fork 22
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
Installing deprecated @types package #79
Comments
devinrhode2
changed the title
Installing types for deprecated @types package
Installing deprecated @types package
Nov 17, 2021
I agree on checking if a package is deprecated. I believe if a package contains a typings property in the package.json then typesync won’t install packages for it by default, so perhaps the library needs to be updated. |
Accidentally closed |
Just hit this with
|
Fixed in #98 and released as |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm getting
@types/testing-library__user-event
installed, last published a year ago, when I am using latest version of@testing-library/user-event
(13.5.0), last published 18 hours agoHowever:
I think this may be somewhat related to #24
Maybe the @types/testing-library__user-event package should be modified, or maybe typesync should ignore packages that are deprecated on npm.
One extra small factor that may bolster this argument - if a certain package@version is deprecated, it may pose a security risk to install that package. For example, the recent
coa
hack: https://thehackernews.com/2021/11/two-npm-packages-with-22-million-weekly.htmlThe text was updated successfully, but these errors were encountered: