Ecosyste.ms: OpenCollective

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

Node Fetch

A light-weight module that brings window.fetch to Node.js
Collective - Host: opensource - https://opencollective.com/node-fetch - Code: https://github.com/node-fetch/node-fetch

remove automatic title assignment from issue templates, prevent users submitting default title. (#976)

github.com/node-fetch/node-fetch - 0d35ddbf7377a483332892d2b625ec8231fa6181 authored about 4 years ago by David Frank <[email protected]>
Minor optimization (#956)

github.com/node-fetch/node-fetch - cbd4d895767e33491219e40013dd8daa5c7ac024 authored about 4 years ago by Jimmy Wärting <[email protected]>
update dependencies

github.com/node-fetch/node-fetch - 7d190b46f82bc3c24278bd7aea48e0dcedcbfb14 authored about 4 years ago by Antoni Kepinski <[email protected]>
update version number

github.com/node-fetch/node-fetch - 53b40fb3eae90a8f809dc750694c6df235a60176 authored about 4 years ago by Antoni Kepinski <[email protected]>
Honor the `size` option after following a redirect

github.com/node-fetch/node-fetch - eaff0094c4dfdd5b78711a8c4f1b61e33d282072 authored about 4 years ago by Antoni Kepinski <[email protected]>
Release 3.0.0-beta.8 (#912)

Co-authored-by: Richie Bendall <[email protected]>

github.com/node-fetch/node-fetch - 64c5c296a0250b852010746c76144cb9e14698d9 authored about 4 years ago by Antoni Kepinski <[email protected]>
Export package.json (#908)

* Export package.json

* Correct exports structure to support multiple modules

github.com/node-fetch/node-fetch - b7076bb24f75be688d8fc8b175f41b341e853f2b authored about 4 years ago by Rhys Evans <[email protected]>
Fix typo in ERROR-HANDLING.md:required -> require (#898)

github.com/node-fetch/node-fetch - ca50c22e3410ee288a7b4a8a89384d6df95ae3b6 authored over 4 years ago by bbodela <[email protected]>
Bump tsd from 0.11.0 to 0.13.1 (#895)

Bumps [tsd](https://github.com/SamVerschueren/tsd) from 0.11.0 to 0.13.1.
- [Release notes](htt...

github.com/node-fetch/node-fetch - 8fed3137f86d71526c658fbf4cc3f67d98e679bf authored over 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
remove parted dependency (#883)

github.com/node-fetch/node-fetch - 0f0e6253ae92c5192b07803e4176df0f4e69f8ff authored over 4 years ago by Konstantin Vyatkin <[email protected]>
allow to run mocha tests in parallel (#880)

github.com/node-fetch/node-fetch - 2751bd56eb4617d5ceb98647ca548e4fbb2f5811 authored over 4 years ago by Konstantin Vyatkin <[email protected]>
remove string-to-arraybuffer (#882)

github.com/node-fetch/node-fetch - 96431ed4a10b3d9599cbd0d8249d1c37100f4230 authored over 4 years ago by Konstantin Vyatkin <[email protected]>
Remove duplicated tests (#873)

* move some of the previously deleted tests to the external-encoding.js

github.com/node-fetch/node-fetch - e17cefbb9083a3b90a5418f4f1b1e8d57df4530d authored over 4 years ago by Antoni Kepinski <[email protected]>
fix window.fetch (#875)

github.com/node-fetch/node-fetch - 1fdc218a64f8bc2c85bec0ca59a85973ef5e1f0a authored over 4 years ago by Konstantin Vyatkin <[email protected]>
fix: min semver Node version (#874)

* fix semver node version

* add package.json to editorconfig

github.com/node-fetch/node-fetch - 91155d6be6f47ef9bde1142a0d75ba3485e84e66 authored over 4 years ago by Konstantin Vyatkin <[email protected]>
Release 3.0.0-beta.7 (#869)

github.com/node-fetch/node-fetch - 2c005872ae21eff6b11c9536a55e7b8091b96273 authored over 4 years ago by Antoni Kepinski <[email protected]>
feat: Implement form-data encoding (#603)

Co-authored-by: Steve Moser <[email protected]>
Co-authored-by: Antoni Kepinski <xxczaki@p...

github.com/node-fetch/node-fetch - a38b533ad68b333b46686034804c4b643de3b8d0 authored over 4 years ago by Nick K <[email protected]>
upgrade fetch-blob to 1.0.7 (#870)

Co-authored-by: Antoni Kepinski <[email protected]>

github.com/node-fetch/node-fetch - 2d796bde762e392803ab56c6f924055050201977 authored over 4 years ago by Konstantin Vyatkin <[email protected]>
Update logging statement for commonjs artifact testing (#868)

github.com/node-fetch/node-fetch - e945b6b84663c07eace817ad5547b9951e4c5aa0 authored over 4 years ago by Richie Bendall <[email protected]>
chore: remove code duplication in custom errors (#842)

* remove code duplication in custom errors

* check using base class

github.com/node-fetch/node-fetch - 8f406b789ab8464c195be87528c42dfcbd912893 authored over 4 years ago by Konstantin Vyatkin <[email protected]>
[Spec] Should check body _source_ on redirect (#866)

* correct stream tests

* bump Node.JS min to 10.17

* lint

github.com/node-fetch/node-fetch - 1cb9070cce492bdd0982a19c85c4fda00a81e861 authored over 4 years ago by Konstantin Vyatkin <[email protected]>
fix: Correct Node versions were not installed on test matrix (#846)

* fix Node install and add engines

* use minimum-node-version

github.com/node-fetch/node-fetch - df1a4fafa9023fa04812d59ad60949f0f746ca65 authored over 4 years ago by Konstantin Vyatkin <[email protected]>
Polyfill `http.validateHeaderName` and `http.validateHeaderValue` (#843)

* prefer native node function

* use RegExp from Node 14.3

github.com/node-fetch/node-fetch - 5c909797d6da3312c8c81b9e2b7ed0226a1aa5f5 authored over 4 years ago by Konstantin Vyatkin <[email protected]>
fix: updates README to use correct response variable in Advanced Usage (#862)

Co-authored-by: arc298 <[email protected]>

github.com/node-fetch/node-fetch - 19735034536c256a38a5300b5493cd202b00d52a authored over 4 years ago by arc298 <[email protected]>
Update Url (#864)

github.com/node-fetch/node-fetch - d351058caeccc08bbab4380d6ced987db5acf903 authored over 4 years ago by Moni <[email protected]>
Fix Headers import statement (#859)

github.com/node-fetch/node-fetch - b121feb8f5a5c029b869d9044d71a89c124e6987 authored over 4 years ago by Matti Schneider <[email protected]>
Add insecureHTTPParser Parameter (#856)

Keep whitespace consistent

github.com/node-fetch/node-fetch - af7e67f504beadb82ec43a0f6fd0b2316c948350 authored over 4 years ago by Christian Kruse <[email protected]>
Fix Data URI handling and drop all URL analysis RegExps (#853)

* add breaking test
* don't use RegExp for URLs

github.com/node-fetch/node-fetch - 69d25b904ace371c39427a91a2679e7a027c3f3c authored over 4 years ago by Konstantin Vyatkin <[email protected]>
Enable blank issue creation (#850)

github.com/node-fetch/node-fetch - dd7811e7e83aacc6f4ebab7ea2a48d0baca7efb1 authored over 4 years ago by Moni <[email protected]>
Create Code of Conduct (#849)

Doing my compulsory social work as my apologies over two inappropriate tone comments in recent P...

github.com/node-fetch/node-fetch - bab5fdc0883e4e2bdc887554632ef16dfa25bb54 authored over 4 years ago by Konstantin Vyatkin <[email protected]>
remove tsc from dependencies (#847)

github.com/node-fetch/node-fetch - 7b376a0266060a3737f03a9a4ae2b542998717d9 authored over 4 years ago by Konstantin Vyatkin <[email protected]>
fix: improve TypeScript types (#841)

* fix: improve TypeScript types

* fix: disable allowSyntheticDefaultImports and esModuleInter...

github.com/node-fetch/node-fetch - e6bfe4d419aff7eb00887c6f6085dc6b8b43dcc3 authored over 4 years ago by Maxime LUCE <[email protected]>
Drop custom Promises and refactor to `async` functions (#845)

* refactor to async

* no custsom promises anymore

* restore server premature handler

* ...

github.com/node-fetch/node-fetch - 769f75d054662d2bc25c3f75fbc7701bc1b09ddf authored over 4 years ago by Konstantin Vyatkin <[email protected]>
Test CommonJS build artifact (#838)

* common js artefact build

* add GitHub Action

github.com/node-fetch/node-fetch - 966a4c3c781eb928038f343522ac2271a1f4a275 authored over 4 years ago by Konstantin Vyatkin <[email protected]>
update changelog

github.com/node-fetch/node-fetch - d1691f990a0aa466bf5d1a6ae7d6081173d47114 authored over 4 years ago by Antoni Kepinski <[email protected]>
release critical fix

github.com/node-fetch/node-fetch - 9b28c86d965c34bd4b412635c65819ef2a5339ca authored over 4 years ago by Antoni Kepinski <[email protected]>
fix: export

github.com/node-fetch/node-fetch - 079b11e2577f0cb0b1f1e6e0e42dc6079f4cd2f9 authored over 4 years ago by Antoni Kepinski <[email protected]>
bump version

github.com/node-fetch/node-fetch - aab3c605eb8e1897dbcf105c43b00d31db754a4d authored over 4 years ago by Antoni Kepinski <[email protected]>
Update CHANGELOG.md

github.com/node-fetch/node-fetch - dfa32f91a655fab0ba98deb57494ab634e0685bc authored over 4 years ago by Antoni Kepinski <[email protected]>
Follow xo linter rules more strictly (#829)

Co-authored-by: Moni <[email protected]>

github.com/node-fetch/node-fetch - fa627f4b0cc60570037c2fc8db88b1771ae185b4 authored over 4 years ago by Antoni Kepinski <[email protected]>
Fix default user agent string (#818)

Co-authored-by: Antoni Kepinski <[email protected]>

github.com/node-fetch/node-fetch - b3878b9a3e42ab4f2362ecc24790ee6a689edb2e authored over 4 years ago by Konstantin Vyatkin <[email protected]>
revamp Headers module (#834)

Co-authored-by: Antoni Kepinski <[email protected]>

github.com/node-fetch/node-fetch - ca4703dd1512d65c628d0519e5d8f5d2548566bc authored over 4 years ago by Konstantin Vyatkin <[email protected]>
Remove `timeout` option (#831)

github.com/node-fetch/node-fetch - 94e5b92de1d7bb3506ac6487581963a327e00d22 authored over 4 years ago by Richie Bendall <[email protected]>
Breaking: Revamp TypeScript declarations (#810)

* revamp types
* add GitHub Action for TypeScript check

Co-authored-by: Linus Unnebäck <linu...

github.com/node-fetch/node-fetch - 4824abe41a63a67bc055ff9104f682513fe05244 authored over 4 years ago by Konstantin Vyatkin <[email protected]>
Update CHANGELOG.md

github.com/node-fetch/node-fetch - eb8c89c030e505e9daa374127eb1ddac179797e1 authored over 4 years ago by Antoni Kepinski <[email protected]>
Update CHANGELOG.md

github.com/node-fetch/node-fetch - a1673bf1486d4aa88a44e7c88863b386360197ab authored over 4 years ago by Antoni Kepinski <[email protected]>
Merge branch 'master' of https://github.com/node-fetch/node-fetch

github.com/node-fetch/node-fetch - a3cee3f6e7330b1dbf60b18ca61b45c611fef489 authored over 4 years ago by Antoni Kepinski <[email protected]>
make sure the default `highWaterMark` equals 16384

github.com/node-fetch/node-fetch - 498710d555dbe45e144d3511e66f165586ec73a0 authored over 4 years ago by Antoni Kepinski <[email protected]>
Simplify test delaying

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

github.com/node-fetch/node-fetch - 26966e561d5af25cb63a946cb18191ac9af5c286 authored over 4 years ago by Richie Bendall <[email protected]>
ignore rule

github.com/node-fetch/node-fetch - a6a933fa5a1fd673bba332e20628a44245fecdce authored over 4 years ago by Antoni Kepinski <[email protected]>
Replace istanbul ignore next with c8 ignore next

github.com/node-fetch/node-fetch - c822ff47197910a90ef90f4ffcc53df2b9abc259 authored over 4 years ago by Antoni Kepinski <[email protected]>
update dependencies

github.com/node-fetch/node-fetch - ca690de1e0abd9a445f58b316ebce1fc16c83119 authored over 4 years ago by Antoni Kepinski <[email protected]>
Update CHANGELOG.md

github.com/node-fetch/node-fetch - 07eb549054c922b182c87a6b72b89206f1fc5b88 authored over 4 years ago by Antoni Kepinski <[email protected]>
use proper class inheritance (#828)

github.com/node-fetch/node-fetch - 924c12244ae54fb197418bafe708ffad5ad43bde authored over 4 years ago by Konstantin Vyatkin <[email protected]>
Update CHANGELOG.md

github.com/node-fetch/node-fetch - 65d1754bb6e158cea84b7c61487d81d6303eb027 authored over 4 years ago by Antoni Kepinski <[email protected]>
normalize export (#827)

github.com/node-fetch/node-fetch - ead6b458e9bcb07389c16226d16527cb905b5cf8 authored over 4 years ago by Konstantin Vyatkin <[email protected]>
fix: Settle `consumeBody` promise when the response closes prematurely (#768)

The stream.finished function is used consolidate the terminal cases.
The writable option must b...

github.com/node-fetch/node-fetch - bea4a7cb732c54965544bc53324a9bb90fd1004e authored over 4 years ago by Jonathan Stewmon <[email protected]>
Add issue configuration (#826)

* added config for issues

* Update grammar

Co-authored-by: Richie Bendall <richiebendall@g...

github.com/node-fetch/node-fetch - 99582672e756556c35a1714abd69463ee3032065 authored over 4 years ago by Moni <[email protected]>
Update pull request template (#825)

* update pr template

* Update formatting

* Use checkboxes

Co-authored-by: Richie Bendal...

github.com/node-fetch/node-fetch - 1bd848b6329a68981ab9d9b98eb552f3540ae4a7 authored over 4 years ago by Moni <[email protected]>
Remove guard for Stream.Readable.destroy (#824)

github.com/node-fetch/node-fetch - dde507cef7ecb6e9e6ef6da290b357fa5ecda8cd authored over 4 years ago by Konstantin Vyatkin <[email protected]>
Normalize badges style

github.com/node-fetch/node-fetch - 937a254eea22fda132c5a12fed00dd2670b5f36b authored over 4 years ago by Antoni Kepinski <[email protected]>
remove custom isArrayBuffer (#822)

github.com/node-fetch/node-fetch - a4293c22aed196c680f94f79031306a437ebb617 authored over 4 years ago by Konstantin Vyatkin <[email protected]>
Move `isRedirect` function to a seperate file (#821)

* fix isRedirect export

Co-authored-by: Richie Bendall <[email protected]>

github.com/node-fetch/node-fetch - 07c6b7490d32593901a21d697adb159e2165c879 authored over 4 years ago by Konstantin Vyatkin <[email protected]>
Add support issue template (#814)

* added template for support issues

* Update formatting

* Update grammar

Co-authored-by: Rich...

github.com/node-fetch/node-fetch - 6a008c6a03e0ade199a22884572e37c9b1e6e2c0 authored over 4 years ago by Moni <[email protected]>
Add pull request template (#815)

* pr template

* Update information

Co-authored-by: Richie Bendall <[email protected]>

github.com/node-fetch/node-fetch - 81ce2a2e8f17f77c37340043a9e50be45bf6d11e authored over 4 years ago by Moni <[email protected]>
Add bug report issue template (#811)

* use a bug report issue template for consistency

* added ladybug emoji

* remove comment

Co-a...

github.com/node-fetch/node-fetch - aa11ec753f6f4d5870bd11af0cac2c3c08429131 authored over 4 years ago by Moni <[email protected]>
Add feature request issue template (#816)

* added feature issue template

* Update grammar

Co-authored-by: Richie Bendall <richiebendall@...

github.com/node-fetch/node-fetch - 187ec6fe819f54f9b6d5e53148b7b5c99ae3fbeb authored over 4 years ago by Moni <[email protected]>
fixe glob pattern (#823)

github.com/node-fetch/node-fetch - 463c417fd710cac5f64afda5b46a698f214a7df2 authored over 4 years ago by Konstantin Vyatkin <[email protected]>
Add Brotli support in Request (#819)

* document and request brotli

* Document different minimum version

Co-authored-by: Richie ...

github.com/node-fetch/node-fetch - 28655e139003cd6789905bc23c83404b5990d17f authored over 4 years ago by Konstantin Vyatkin <[email protected]>
Fix GitHub Actions (#820)

* fix test command
* use action for coverage upload
* specify branch
* limit paths
* forgot ...

github.com/node-fetch/node-fetch - 912348d5dc4319940689baa4dde6d11e4aa0726e authored over 4 years ago by Konstantin Vyatkin <[email protected]>
Build on push to master for badge / coverage

github.com/node-fetch/node-fetch - c0a977c5490a803fabb80d926625dcf33ce186a2 authored over 4 years ago by Konstantin Vyatkin <[email protected]>
Move to Github Actions (#785)

* Move to Github Actions
* remove Travis in favor of GitHub Actions

Signed-off-by: Moni <405...

github.com/node-fetch/node-fetch - 29d75568700f9deac1c772664ecf6cd0e8b85d72 authored over 4 years ago by Moni <[email protected]>
fix: disambiguate timeout behavior for response headers and body (#770)

There is a single timeout option which applies to both the receiving of
response headers and th...

github.com/node-fetch/node-fetch - 63d366346695d95d8a91af39ddf9c92c8c226ad0 authored over 4 years ago by Jonathan Stewmon <[email protected]>
Update copyright information

Fixes #812

github.com/node-fetch/node-fetch - f62376cff73d027ee09f728c5afd47f9bef16ee9 authored over 4 years ago by Richie Bendall <[email protected]>
Update CHANGELOG.md

github.com/node-fetch/node-fetch - c31e62013468e7e58dca1c28aef5588ccd0cc372 authored over 4 years ago by Antoni Kepinski <[email protected]>
drop Babel (while keeping ESM) (#805)

* drop Babel

* fix lint

* just to trigger CI

* Update package.json

Co-authored-by: Linus Unn...

github.com/node-fetch/node-fetch - 0f97d62844e1fc3c56ebbec1ff1d2d0f66272190 authored over 4 years ago by Konstantin Vyatkin <[email protected]>
Fix example using `file-type` (#804)

github.com/node-fetch/node-fetch - 6e12fe22addb29e4d2f369af342c2840c7491c74 authored over 4 years ago by Paul <[email protected]>
Merge branch 'master' of https://github.com/node-fetch/node-fetch

github.com/node-fetch/node-fetch - 8a3d2638ae491bed88861643f1ff8bbc0848b5cc authored over 4 years ago by Antoni Kepinski <[email protected]>
docs: improve readability

github.com/node-fetch/node-fetch - c070ffee7e2a93b418fc7242b1f2f90afceeea39 authored over 4 years ago by Antoni Kepinski <[email protected]>
Kb -> kB

github.com/node-fetch/node-fetch - fd62e1a2049dd0c72d818b451b17bb89c05d6d61 authored over 4 years ago by Antoni Kepinski <[email protected]>
update beta.6 changelog

github.com/node-fetch/node-fetch - fd53bcaee391f6e4c13df439786d02208fa1d10d authored over 4 years ago by Antoni Kepinski <[email protected]>
Improve coverage (#779)

github.com/node-fetch/node-fetch - 7d36f3b247f44018315afd411fe4d4a5d44f784d authored over 4 years ago by Antoni Kepinski <[email protected]>
fix: change Mb to MB

github.com/node-fetch/node-fetch - 0936a9af0a049eb05897779f3f0df6b903a95d60 authored over 4 years ago by Antoni Kepinski <[email protected]>
Add link for license (#794)

github.com/node-fetch/node-fetch - 73b7a089742e86132b1b2acc53c6b56169cb57c2 authored over 4 years ago by Moni <[email protected]>
Update XO

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

github.com/node-fetch/node-fetch - a5cdc147f206815904eb2f8e7251aaf27487da64 authored over 4 years ago by Richie Bendall <[email protected]>
Export `AbortError` (Fixes: #792)

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

github.com/node-fetch/node-fetch - 553bb5dc5600b103905e3d40c722ebb387510a63 authored over 4 years ago by Richie Bendall <[email protected]>
link the mentioned issue

github.com/node-fetch/node-fetch - 2a61567ac3637a3332075c2c796286173ae7fd6a authored over 4 years ago by Antoni Kepinski <[email protected]>
bump beta version & update devDependencies

github.com/node-fetch/node-fetch - 4f73c8a766fb509fdb27f38bf7ecf3fef9944b4d authored over 4 years ago by Antoni Kepinski <[email protected]>
revert change

github.com/node-fetch/node-fetch - 4f69cb796d7bd31f68b80025eb90a5943888271f authored over 4 years ago by Antoni Kepinski <[email protected]>
add changelog for `v3.0.0-beta.5`

github.com/node-fetch/node-fetch - 177fc45793b0d070260dbd21e51fc25e1083002d authored over 4 years ago by Antoni Kepinski <[email protected]>
lint types

github.com/node-fetch/node-fetch - 3cdda5baa0fb41c3bd70551d8602e5b7b20d73b0 authored over 4 years ago by Antoni Kepinski <[email protected]>
remove obsolate config file

github.com/node-fetch/node-fetch - 605a25a3c58b9c485b57f4c2cd371e973e73468f authored over 4 years ago by Antoni Kepinski <[email protected]>
Replace isomorphic-fetch with isomorphic-unfetch (no longer maintained)

github.com/node-fetch/node-fetch - c81531d73bf4c212fbe54125fff5300126450a1d authored over 4 years ago by Antoni Kepinski <[email protected]>
fix question mark stripped from url when no params are given (#7… (#782)

* fix question mark stripped from url when no params are given (#776)

* add more tests

* w...

github.com/node-fetch/node-fetch - 631a4b24371b79833ce19ec8085df34d55fbb9b4 authored over 4 years ago by Antoni Kepinski <[email protected]>
Fix the path to tests file in error handling doc (#781)

github.com/node-fetch/node-fetch - 9250a1e1553552fee5e57ccd289257300d0074d6 authored over 4 years ago by Artem Bykov <[email protected]>
docs: Add more complete stream download example (#645)

* Add more complete stream download example

* Change header size

Co-authored-by: Antoni Ke...

github.com/node-fetch/node-fetch - 3898eff16ca2381e4da7352dfc3fe40eb69177af authored over 4 years ago by John Lees-Miller <[email protected]>
docs: update information about cookies

github.com/node-fetch/node-fetch - 7c6031f4c16290501b85963e34f47c5f0414b592 authored over 4 years ago by Antoni Kepinski <[email protected]>