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
On the e18e cleanup channel on Discord, multiple solutions are being discussed. One of them is to replace traverse with neotraverse, which reduces install size by around 3.5 MB and number of dependencies by 65.
For details, check blog post https://puruvj.dev/blog/forking-and-fixing-traverse
Is your feature request related to a problem? Please describe.
The Ecosystem Performance was formed in July 2024 to cleanup, speedup, levelup the JavaScript Ecosystem.
Socket Security team wrote a blog post about it https://socket.dev/blog/javascript-community-launches-e18e-initiative-to-improve-ecosystem-performance
On the e18e cleanup channel on Discord, multiple solutions are being discussed. One of them is to replace
traverse
withneotraverse
, which reduces install size by around 3.5 MB and number of dependencies by 65.For details, check blog post https://puruvj.dev/blog/forking-and-fixing-traverse
The Foxy/foxy-sdk depends on traverse
foxy-sdk/package.json
Line 174 in 959f4b4
Describe the solution you'd like
Migrate from
traverse
toneotraverse
There's a codemod available in https://github.com/es-tooling/module-replacements-codemods to migrate from traverse to neotraverse
The text was updated successfully, but these errors were encountered: