This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Awesome Endeavour - unsafe-eval no more! #991
Closed
Description
To make sure js-ipfs runs in all environments safely we want to get rid of all unsafe eval instances. The first round will be moving from protocol-buffers to protobufjs protons.
- libp2p-crypto -
fix: switch protobufjs libp2p/js-libp2p-crypto#107feat: switch protocol-buffers to protons libp2p/js-libp2p-crypto#110 - libp2p-identify - feat: replace protocol-buffers with protons libp2p/js-libp2p-identify#42
- libp2p-secio - feat: replace protocol-buffers with protons libp2p/js-libp2p-secio#93
- libp2p-record - feat: replace protocol-buffers with protons libp2p/js-libp2p-record#5
- libp2p-swarm - fix: remove unused protocol-buffers dep libp2p/js-libp2p-switch#230
- ipld-dag-pb -
fix: switch to protobufjs ipld/js-ipld-dag-pb#39feat: replace protocol-buffers with protons ipld/js-ipld-dag-pb#42 - ipfs-unixfs -
fix: switch to protobuf.js js-ipfs-unixfs#18Feat/protons js-ipfs-unixfs#19 - ipfs-bitswap - feat: replace protocol-buffers with protons js-ipfs-bitswap#149
- libp2p-floodsub - feat: replace protocol-buffers with protons libp2p/js-libp2p-floodsub#48
- libp2p-kad-dht - feat: replace protocol-buffers with protons libp2p/js-libp2p-kad-dht#16
- peer-id deps update - feat(deps): update aegir and libp2p-crypto libp2p/js-peer-id#67