1.0.3 • Published 1 year ago

globalthis-fetch v1.0.3

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
1 year ago

globalthis-fetch

A node-fetch compatible override that uses globalThis.fetch.

Why?

Many existing libaries have a depdendency on cross-fetch, isomorphic-fetch, and node-fetch. To avoid taking on transitive dependencies when a global fetch exists, this package allows to override that dependency with the builtin.

Example: pnpm

{
  "pnpm": {
    "overrides": {
      "node-fetch": "npm:globalthis-fetch"
    }
  }
}
1.0.3

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago