npm i minipass-fetch Repository github.com/npm/minipass-fetch Homepage github.com/npm/minipass-fetch#readme Weekly Downloads 18,899,821 Version 4.0.1 License MIT Unpacked Size 46.8 kB Total Files 11 Issues 1 Pull Requests 1 Last publish 20 hours ago Collaborators Try on RunKit Report malwa...
minipass-fetch An implementation of window.fetch in Node.js using Minipass streams This is a fork (or more precisely, a reimplementation) ofnode-fetch. All streams have been replaced withminipass streams. The goal of this module is to stay in sync with the API presented bynode-fetch, with...
Looks like minipass started using node:events which doesn't work in that version of Node. Considering we already have #143 waiting for an engines bump, it might be a good time to drop Node 14 and 16 support reggi added 4 commits May 21, 2024 15:05 use teardown 3763ade fix async...