Packages ts-invariant and subscriptions-transport-ws both have reference to `@types/node`
See original GitHub issuePlease refer to this issue for context: https://github.com/microsoft/TypeScript/issues/31148#issuecomment-782321503
In summary, the older versions of the ts-invariant and subscriptions-transport-ws dependencies are exposing a reference to @types/node
, which leaks and pollutes typescript codebases. They seem to have fixed their packages though in their sources.
After further search, the versions of the packages in question is not the issue, but the issue remains with them regarding the original typescript issue.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:12 (3 by maintainers)
Top Results From Across the Web
apollo-gateway/package-lock.json - GitLab
Quickly and easily edit multiple files in your project. ... Edit this file only.
Read more >@types/node - npm
This package contains type definitions for Node.js (https://nodejs.org/). Details. Files were exported from https://github.com/DefinitelyTyped/ ...
Read more >Open Source Used In Socio 1.0 - Cisco
This document contains licenses and notices for open source software used in this product. With respect to the free/open source software listed in...
Read more >Compare Versions | @teambit/changelog | npm
@babel/plugin-transform-modules-commonjs 7.12.13 ... @teambit/api-reference.models.api-node-renderer 0.0.5 ... @types/node-fetch 2.6.2.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@jimisaacs @Venryx PR #7751 should fix the
ts-invariant
part of the problem, but you can also update tots-invariant@0.6.1
on your own, in the meantime.Fixed by https://github.com/apollographql/apollo-client/pull/7751 - thanks!