Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/pnpm/node-fetch

A light-weight module that brings the Fetch API to Node.js
https://github.com/pnpm/node-fetch

refactor: Use built-in AbortSignal for typings (#747)

* refactor: Use built-in AbortSignal for typings

Signed-off-by: Richie Bendall <richiebendall...

ebbf45cc67cce5364582d1a8bda10586bbed28b2 authored almost 5 years ago
Compile CJS modules as a seperate set of files (#778)

* Switch to seperate babel compilation

Signed-off-by: Richie Bendall <[email protected]...

d15476bb5d60eef718592bcfd451cfd616128070 authored almost 5 years ago
fix: Import URL and URLSearchParams in typings (#761)

This change adds an explicit import for the URL and URLSearchParams typings from the Node standa...

736baf300bec399c29507adb11d558135f3e9baa authored almost 5 years ago
update coverage badge

766204fededda84bf502d1a6fdce4cd2306ca1bf authored almost 5 years ago
fix coverage report & update scripts

8f3c540794ee555d9bfd5fd92f25400ffd3e3a54 authored almost 5 years ago
add @pika/plugin-build-node to @pika/pack pipeline

5ecb48eec6ed57e656f271f51a1410b9242f7671 authored almost 5 years ago
fix: Ensure search parameters are included in URL path (#759)

* fix search params missing from url path

* fix search params missing from url path

* Trig...

33532c29e054f75c1b9267b4226bd5dad2cf1bda authored almost 5 years ago
update dependencies

b1bd17989157e90fe127dc60a2f841d71e2ad946 authored almost 5 years ago
lint

55b600458193a850a831b3db02ecb66d458df552 authored almost 5 years ago
Fix indention

Signed-off-by: Richie Bendall <[email protected]>

bb9c96de8059821b9f3dfdc85128b6131d144bf2 authored almost 5 years ago
revert fix: Properly export fetch

c167190c6ee21234ba41bd8430700d4720bf64ce authored almost 5 years ago
update dependencies

48a9886fc54426026d619fa8abdf2b342ba4ffbb authored almost 5 years ago
fix: Properly export fetch

Signed-off-by: Richie Bendall <[email protected]>

7c66f9ce822a3a06fe01eb583a30b4c087c596c2 authored almost 5 years ago
chore: Correctly import typings

Signed-off-by: Richie Bendall <[email protected]>

d75bed0da1d79049426bb0c6fcb5710ae1034a2d authored almost 5 years ago
chore: Remove unneeded build stages

Signed-off-by: Richie Bendall <[email protected]>

b44c29521d61e0badb0220ac4d59bcfeef986ea2 authored almost 5 years ago
chore: Reference the correct file

Signed-off-by: Richie Bendall <[email protected]>

62b5f2cc8677294ffd2b78ee1d97136cdbc8e9bb authored almost 5 years ago
chore: Fix publishing

Signed-off-by: Richie Bendall <[email protected]>

9e1302ea9860520a91fc721a7e3d9437cd5eac52 authored almost 5 years ago
Fix package.json (#746)

* fix main and remove module export

* fix types export

* 3.0.0-beta.2

* we no longer ne...

6f2a5efbb6b6177b3ae4a99573b517b4c64cf84a authored almost 5 years ago
Lint example code

e59db18432e414aec008fe4b2607ed8fd8b5245e authored almost 5 years ago
Update README.md

3c3558e259b04f597169467abecea5da6214e45e authored almost 5 years ago
typo

93cb0e77df84c1f7aa00a3835cbc736d1220933d authored almost 5 years ago
Change release name to `3.0.0-beta.1`, remove unnecessary comment

47d579249e5f4050aa5a669a8b4f9a5be1dc5ae4 authored almost 5 years ago
typo

fcdf3d13a40d6228b50f50c02736b9dc77197c76 authored almost 5 years ago
merge 3.x into master branch (#745)

* feat: Migrate TypeScript types (#669)

* style: Introduce linting via XO

* fix: Fix tests...

0959ca9739850bbd24e0721cc1296e7a0aa5c2bd authored almost 5 years ago
docs: fix code coverage badge (#733)

cd33d2237889e13847b9b5168075753b66a16449 authored almost 5 years ago
docs: Fix typos and grammatical errors in README.md (#686)

8c197f8982a238b3c345c64b17bfa92e16b4f7c4 authored over 5 years ago
fix: Change error message thrown with redirect mode set to error (#653)

The original error message does not provide enough information about what went wrong. It simply ...

1e99050f944ac435fce26a9549eadcc2419a968a authored over 5 years ago
docs: Show backers in README

244e6f63d42025465796e3ca4ce813bf2c31fc5b authored over 5 years ago
fix: Properly parse meta tag when parameters are reversed (#682)

6a5d192034a0f438551dffb6d2d8df2c00921d16 authored over 5 years ago
chore: Add opencollective badge

47a24a03eb49a49d81b768892aee10074ed54a91 authored over 5 years ago
chore: Add funding link

7b136627c537cb24430b0310638c9177a85acee1 authored over 5 years ago
fix: Check for global.fetch before binding it (#674)

5535c2ed478d418969ecfd60c16453462de2a53f authored over 5 years ago
docs: Add Discord badge

1d5778ad0d910dbd1584fb407a186f5a0bc1ea22 authored over 5 years ago
feat: Data URI support (#659)

Adds support for Data URIs using native methods in Node 5.10.0+

eb3a57255b4eaa446d52e4cf3e77a1e560d61527 authored over 5 years ago
Remove --save option as it isn't required anymore (#581)

086be6fc74d8cc69faf76f65bf96d8f76b224dd1 authored over 5 years ago
v2.6.0 (#638)

* Update readme and changelog for `options.agent`
- Fix content-length issue introduced in v2.5...

95286f52bb866283bc69521a04efe1de37b26a33 authored over 5 years ago
Allow agent option to be a function (#632)

Enable users to return HTTP/HTTPS-specific agent based on request url

bf8b4e8db350ec76dbb9236620f774fcc21b8c12 authored over 5 years ago
2.5.0 release (#630)

* redirected property
* changelog update
* readme update
* 2.5.0

0c2294ec48fa5b84519f8bdd60f4e2672ebd9b06 authored almost 6 years ago
Allow third party blob implementation (#629)

* Support making request with any blob that have stream() method
* don't clone blob when clonin...

0fc414c2a88e897fd941c06734993a1d9a2747e7 authored almost 6 years ago
build: disable generation of package-lock since it is not used (#623)

d8f5ba0e97fd9711940eac766951a1c8222383b0 authored almost 6 years ago
test: enable --throw-deprecation for tests (#625)

1fe1358642ad9bad5895747f2d9b4c1f6f7cc5f0 authored almost 6 years ago
chore(deps): address deprecated url-search-params package (#622)

a35dcd14a3dd90b0ed0062740d380aff3904a6a7 authored almost 6 years ago
2.4.1 release (#619)

* changelog update
* package.json update

b3ecba5e81016390eec57718636122459cc33a94 authored almost 6 years ago
Fix Blob for older node versions and webpack. (#618)

`Readable` isn't a named export

1a88481fbda4a3614adbb9f537e3e86494850414 authored almost 6 years ago
2.4.0 release (#616)

* changelog update
* package.json update

c9805a2868bb0896be126acefdc2c11c4c586bf9 authored almost 6 years ago
Pass custom timeout to subsequent requests on redirect (#615)

49d77600a7475dffbe7051f2c1f15d2e6921067e authored almost 6 years ago
Swap packagephobia badge for flat style (#592)

cfc8e5bad29422189cda3f9c47cd294caac7b3be authored almost 6 years ago
Adding Brotli Support (#598)

* adding brotli support
* support old node versions
* better test

2a2d4384afd601d8697277b0e737466418db53c5 authored almost 6 years ago
Node 12 compatibility (#614)

* dev package bump
* test invalid header differently as node 12 no longer accepts invalid heade...

05f5ac12a2d4d24a3e7abd3ce2677eb633d4efc2 authored almost 6 years ago
support reading blob with stream (#608)

432c9b01ea71cdf0513258ed128688437796e54a authored almost 6 years ago
Added new reading method to blob

0ad136d49f5a93dd0e7284bc42f24995e235b64f authored almost 6 years ago
ignore buffers recalculation

bee2ad8db7900654c5a4edc561d58d1660601c97 authored almost 6 years ago
Quick readme update

e996bdab73baf996cf2dbf25643c8fe2698c3249 authored about 6 years ago
Headers should not accept empty field name (#562)

1c2f07ffb84fc3713f7c168a797e95d370f89c2d authored about 6 years ago
Unify internal body as buffer (#552)

7d3293200a91ad52b5ca7962f9d6fd1c04983edb authored about 6 years ago
Fix spelling mistake (#551)

35a4abe825750a31c9cf4d93b3545479e208ea6f authored about 6 years ago
Clone URLSearchParams to avoid mutation (#547)

* And make sure Request/Response set Content-Type per Fetch Spec
* And make sure users can read...

2d0fc689c63c67dddb21adabf4e68f8e861b1d53 authored about 6 years ago
v2.3.0 (#548)

* doc update
* handle corrupted location header during redirect

5367fe6a978e01745e4264384a91140dc99a4bf8 authored about 6 years ago
Workaround lack of global context in react-native (#545)

d1ca2dfbb97247d57a8be934edcd7f2dabed73fe authored about 6 years ago
Add support for AbortSignal to cancel requests (#539)

Thx @jnields @FrogTheFrog @TimothyGu for their work!

ecd3d52c55b26d2d350e2c9e0347675a02b3d2cc authored about 6 years ago
Fix import style to workaround node < 10 and webpack issues. (#544)

* fix import rule for stream PassThrough

* avoid named export for compatibility below node 10...

1daae67e9e88f7c0a9bd56e38e5d5efe365fd411 authored about 6 years ago
update readme to add credits and call for collaborators (#540)

* also pin chai-string to ~1.3.0 as chai-string 1.5.0 introduce a breaking change that breaks ou...

8cc909f5ee725c76dc8d2b0351a04e7e50dfc4ae authored over 6 years ago
README update (#504)

* v2.x readme overhaul with additions discussed in #448

added "comments" (TODO link reference...

745a27c38953129ce81f162b23c3d24f4a4d18f3 authored over 6 years ago
2.2.0

09ef40e8a883344a38f8ebddc58ff0ac129a415c authored over 6 years ago
Switch to .mjs for ES module output for Node.js compat

This also reverts commit 60cf26c2f3baf566c15632b723664b47f5b1f2db.

1d4ab5a0de0df991f92f1f30efd5f4815bbcdb71 authored over 6 years ago
Move .default assignment to plugins

c01a5d22d411bb8508766f4ed7f922db99e38b3d authored over 6 years ago
Add __esModule property to exports object

Fixes: #442

6868e4aa59a1bcc9ef263c9c2cfa8beca1e6779e authored over 6 years ago
Migrate from mocha --compilers (#491)

6d7daa27c79a6627f9d1bd4577a064739e863ef6 authored over 6 years ago
Add badge to display install size (#455)

ecd82580aad659bf8b38f7b1176ecd4f89c87f22 authored over 6 years ago
Update dependencies (#488)

de66b388ac30371a82024d6deba931bdebc6a404 authored over 6 years ago
Support web workers (#487)

Fixes: #485

ed9e886cf3e981e881ec4a2e270393ccb51572fb authored over 6 years ago
Fix up ArrayBufferView support (#464)

Also add more test coverage.

Fixes: #482
Closes: #484

b091ab5917c691748ca81df707dbd8a280c9d5d3 authored over 6 years ago
test agent option `family` being passed to `lookup`

287bc3bdcf75c160b1ddf645009b9c9165d920a7 authored over 6 years ago
test supplying a lookup function through an agent

b2c5f543ce934dc55cd039095cb1bfe79eb6b6ef authored over 6 years ago
mention agent options `family` and `lookup` in readme for reference

a33d6b0de15217003353285aeac5e812db271e8d authored over 6 years ago
Refine README example (#463)

This reverts commit fa6548ed316a3c512147a3bb4f4d6e986d738be6 (#441).

The autoClose option has...

2b7e1ab27fb3ee424df73a70170f39bafa650b0d authored over 6 years ago
Added support for `ArrayBufferView` (#457)

5bc23d81cf7ebb97b0a7310b2c88c13cdaa706dc authored over 6 years ago
fix: add the autoClose: true to download file example (#441)

close #375

fa6548ed316a3c512147a3bb4f4d6e986d738be6 authored almost 7 years ago
Uninstall encoding before first Travis test run

encoding can be included in the Travis CI cache, and thus needs to be
manually uninstalled first.

989c8434a945736b644ca5b05d280ad36f269e8b authored almost 7 years ago
Consolidate Travis CI matrix for encoding (#436)

See: #431

6b42bd68cbd85adf9c4a7e3ec444d45b8f0ffca1 authored almost 7 years ago
Fix up CHANGELOG typo

[ci skip]

bae5fdd30692be3f68a4d2f715b9bbc5d120543c authored almost 7 years ago
v2.1.2

b80c2f56a098fffbb3a5556b2034a3a35c37b2a7 authored almost 7 years ago
Update CHANGELOG

[ci skip]

1d51752ea35729802a43bb1cff173c09e1dd9eb2 authored almost 7 years ago
Add a test case for invalid headers

See feae6d6ec83de4bef57ffa0a3fe42bcd91d1922b.

f6683aa49cf4f74f10ad8868836168cb8da28253 authored almost 7 years ago
Add a test for redirect with stream body

See 35722f19e5cf203d877ebc5f2d44a327aca6dcaf.

13b230b30b46f3cca3a74267695767a2372f75e9 authored almost 7 years ago
Make sure to finalize the request properly (#432)

Unfortunately, I could not write a test case that allows testing the bug
in #428. Credits to Rom...

aed2e69a39bfe2759aa2062e2b3effeb6ce05dbc authored almost 7 years ago
Bind fetch to window in the browser (#434)

d522036bee580abdca0fc6ab7afcd38f573e4f96 authored almost 7 years ago
Support TypeScript import in browser (#433)

a1cbcb5706a230dfcc185f9ac5c7e6091029a83c authored almost 7 years ago
Fix custom Host header with arbitrary case (#430)

Regression since 1592ca1148e657110fd6f64dc8b29a576cd1da1c.

Fixes: #416
Fixes: #425

8aac53679d04ade28068bdec63488e35908717dd authored almost 7 years ago
Reject when stream accumulation fails (#415)

Fixes: #414

c012c4116baaa71226b09cbc2b8c4e7715a00425 authored almost 7 years ago
Wrap ArrayBuffer with Buffer internally to fix Body methods (#426)

4c4f2f29e52f194870bd9b31c6f72f13bfcd9d54 authored almost 7 years ago
v2.1.1

fb86ab34a6e6f00bfae5fd8cbebda9af4a0f412f authored almost 7 years ago
Update CHANGELOG

6a9828e0b540cf3e7c89758b6ea5df9d8c29496b authored almost 7 years ago
Merge remote-tracking branch 'origin/master'

c7765c44988c2028442f6bf36f5487e63a0f9987 authored almost 7 years ago
v2.1.0

ccaeae096f654a1df3d81c3a4e250aa859659d39 authored almost 7 years ago
Harmonize style (#413)

780598ad72d7205aa5616be2215692785270eda3 authored almost 7 years ago
Update existing algorithm step numbers

119138ef641de841ebdefca68deb4dcfd5626f56 authored almost 7 years ago
Significant rework of redirection

- Handle Location-less redirect like non-redirect response.
- Include bodies when redirecting to...

35722f19e5cf203d877ebc5f2d44a327aca6dcaf authored almost 7 years ago
Support ArrayBuffer as body (#408)

fc539951ca6ce70f42f42516ce098840c191c9a0 authored almost 7 years ago
Ignore illegal HTTP headers

Fixes: #411

feae6d6ec83de4bef57ffa0a3fe42bcd91d1922b authored almost 7 years ago