github node-fetch/node-fetch v3.0.0-beta.10

latest releases: v2.7.0, v2.6.13, v3.3.2...
pre-release2 years ago

This package is now a ESM only package. To import fetch you either have to use

import fetch from 'node-fetch';

// Or if you are still using commonjs or want to lazy
// import fetch then the async import works fine
import('node-fetch') 

See CHANGELOG for details.

Don't miss a new node-fetch release

NewReleases is sending notifications on new releases.