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

Clear request timeout after response

github.com/node-fetch/node-fetch - f79bbf5c075cfcd77558f4295ea3b8d2cccc25d7 authored over 9 years ago by Kirill Dmitrenko <[email protected]>
added test cases for regex

github.com/node-fetch/node-fetch - 3f59e6e964db340a98e91a0a465c11528efed472 authored over 9 years ago by David Frank <[email protected]>
Merge pull request #9 from ironsidevsquincy/master

Less greedy charset matching

github.com/node-fetch/node-fetch - b417f0d2baa45d9a4514e2916427417f8d0efab5 authored over 9 years ago by David Frank <[email protected]>
less greedy charset matching

github.com/node-fetch/node-fetch - e63404a368f838eb1da18a8c70c709a8ab1035de authored over 9 years ago by Darren Hurley <[email protected]>
fix follow=0 scenario

github.com/node-fetch/node-fetch - a8bb5650ad014b4e601d31e219c9729cac6adde7 authored over 9 years ago by David Frank <[email protected]>
travis and tests update, plus some doc clean up

github.com/node-fetch/node-fetch - 281037c795b77fa8080c0a2dd989709068d51f8c authored over 9 years ago by David Frank <[email protected]>
iojs support

github.com/node-fetch/node-fetch - f2984cb85414fef7b2cdcd9eea60d201745af8f5 authored over 9 years ago by David Frank <[email protected]>
try iojs travis support

github.com/node-fetch/node-fetch - 41806e333018f9aa75285954680e02eb80f7bf61 authored over 9 years ago by David Frank <[email protected]>
Update CHANGELOG.md

github.com/node-fetch/node-fetch - 64f2fba457c4684f67cd09e0f171cca6b77eadb0 authored over 9 years ago by David Frank <[email protected]>
Merge pull request #3 from aeosynth/socket

timeout fire only once and detach itself after fire

github.com/node-fetch/node-fetch - fd10db9c6a1bf7ad581013c7fbe4c6aae1726019 authored over 9 years ago by David Frank <[email protected]>
timeout tweak

github.com/node-fetch/node-fetch - a47b8077b2df94fe0390f42796f5a795ef49b345 authored over 9 years ago by James Campos <[email protected]>
xml encoding detection, response size limit

github.com/node-fetch/node-fetch - 48a0a9a2f2d56a41b058b09b3e39c0eeb4b75236 authored over 9 years ago by David Frank <[email protected]>
Update README.md

simplify co example

github.com/node-fetch/node-fetch - e5487c106ab7ed2e82fa61b6a83eee7da5c9ed90 authored over 9 years ago by David Frank <[email protected]>
redirect 301 result in status 200 and res.ok true

github.com/node-fetch/node-fetch - 93580457980688d3c18d9ca55e99d3cf08712b04 authored over 9 years ago by David Frank <[email protected]>
better test coverage on edge case

github.com/node-fetch/node-fetch - 60d232d66abce0407d1945e376c5a0dd81781b6e authored over 9 years ago by David Frank <[email protected]>
better tests and doc for res.ok

github.com/node-fetch/node-fetch - be778b9d8ce75b2a1969c8f9238ccafedeb88229 authored over 9 years ago by David Frank <[email protected]>
Merge pull request #1 from matthew-andrews/ok

Add a convenience `ok` getter on `Response`

github.com/node-fetch/node-fetch - 4da8497bf5cfe8e724e85dc5148187faa3278cb9 authored over 9 years ago by David Frank <[email protected]>
Add a convenience `ok` getter on `Response`

github.com/node-fetch/node-fetch - ff5eabfdf45cb8e9f0fad9c05f1e61b766037890 authored over 9 years ago by Matthew Andrews <[email protected]>
doc update

github.com/node-fetch/node-fetch - c737ad9482e29e728299f229237f4a25740a9e55 authored over 9 years ago by David Frank <[email protected]>
fix co example

github.com/node-fetch/node-fetch - 2e875d24b85e8c609f587a86d59adbe45b26c3e7 authored over 9 years ago by David Frank <[email protected]>
update doc

github.com/node-fetch/node-fetch - 955b0c0719abc9c6f7167b2b5eddd1dc41fdfb88 authored over 9 years ago by David Frank <[email protected]>
better test coverage

github.com/node-fetch/node-fetch - ff81206c4a7d860dc77240e6bf44f096a67d089f authored over 9 years ago by David Frank <[email protected]>
more tests

github.com/node-fetch/node-fetch - 53a763beab1cb245d5fe5485c6c354b989c3ad24 authored over 9 years ago by David Frank <[email protected]>
travis integration

github.com/node-fetch/node-fetch - b1e70e149ecb85d2855ab5e20710bfb77471c6f7 authored over 9 years ago by David Frank <[email protected]>
release 0.1.0

github.com/node-fetch/node-fetch - 5cb7365d5cbf1dabffed31f6dfe6f996cbbfb7c2 authored over 9 years ago by David Frank <[email protected]>
basic refactor done

github.com/node-fetch/node-fetch - af21ae6c1c964cd40e48e974af56ea2e1361304f authored over 9 years ago by David Frank <[email protected]>
basic fetch feature done

github.com/node-fetch/node-fetch - 93a983d815f65649134cec88d8d7bdaa819066c4 authored over 9 years ago by David Frank <[email protected]>
basic streaming body

github.com/node-fetch/node-fetch - f57ebe10df65f00c8294114b51a5e540a509f36a authored over 9 years ago by David Frank <[email protected]>
add test cases

github.com/node-fetch/node-fetch - 78853fc54400da778eaedc01c00214751e8c770f authored over 9 years ago by David Frank <[email protected]>
basic http added

github.com/node-fetch/node-fetch - 75699bb4671e182fa9d3accdef6ca4d7ff7a7336 authored over 9 years ago by David Frank <[email protected]>
setup repo

github.com/node-fetch/node-fetch - 9c472a52f2c66d5aa975cb9e566075d783733964 authored over 9 years ago by David Frank <[email protected]>
Initial commit

github.com/node-fetch/node-fetch - 73861ddcb9558b798c9e26464c4099d3dd978ba2 authored over 9 years ago by David Frank <[email protected]>