Ecosyste.ms: OpenCollective

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

axios

Modern promise based HTTP client for Node.js and the browser
Collective - Host: opensource - https://opencollective.com/axios - Website: https://axios-http.com - Code: https://github.com/axios

Update README.md (#2887)

Small change to the data attribute doc of the config. A request body can also be set for DELETE ...

github.com/axios/axios - 6d36dbe7b733563b3569a2ff6e7e05299c6222ef authored over 4 years ago by marcinx <[email protected]>
Fixing an issue that type 'null' is not assignable to validateStatus (#2773)

Co-authored-by: Xianming Zhong <[email protected]>
Co-authored-by: Jay <[email protected]>

github.com/axios/axios - b03f16159eac889baba067ff1e53e8701c86728e authored over 4 years ago by Taemin Shin <[email protected]>
Include swagger-taxos-codegen in ECOSYSTEM.md (#2162)

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

github.com/axios/axios - 029c36e193c779e516dbb6609e924ad2727c962e authored over 4 years ago by Michał Zarach <[email protected]>
Fixing default transformRequest with buffer pools (#1511)

* Fixing default transformRequest of TypedArrays with buffer pools

A buffer pool is a large A...

github.com/axios/axios - a9a3b5e22b1e1d577d52ec636be6f690ebd2d655 authored over 4 years ago by Zac Delventhal <[email protected]>
Fixing special char encoding (#1671)

* removing @ character from replacement list since it is a reserved character

* Updating buil...

github.com/axios/axios - 8a8c534a609cefb10824dec2f6a4b3ca1aa99171 authored over 4 years ago by David <[email protected]>
Fixing password encoding with special characters in basic authentication (#1492)

* Fixing password encoding with special characters in basic authentication

* Adding test to c...

github.com/axios/axios - 5effc0827e2134744d27529cb36970994768263b authored over 4 years ago by Petr Mares <[email protected]>
fix 'Network Error' in react native android (#1487)

There is a bug in react native Android platform when using get method. It will trigger a 'Netwo...

github.com/axios/axios - a98755c00a851765074e4ed866151232e03f931f authored over 4 years ago by huangzuizui <[email protected]>
Revert "Bug/allow header to contain http verb keys #1252 (#1258)" (#2977)

This reverts commit 920510b3a6fecdeb2ba2eb472b0de77ec3cbdd06.

github.com/axios/axios - cbda78552b48bed68a014b1b1bfdf8bd6cd79ec3 authored over 4 years ago by Jay <[email protected]>
Bug/allow header to contain http verb keys #1252 (#1258)

* Failing test for #1252

* Only delete header keys that match an HTTP verb if the value is a ...

github.com/axios/axios - 920510b3a6fecdeb2ba2eb472b0de77ec3cbdd06 authored over 4 years ago by David Ko <[email protected]>
Fixing Cookie Helper with Asyc Components (#1105) (#1107)

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

github.com/axios/axios - 1cdf9e4039ede6dd5e033112f3ff6bbaffb66970 authored over 4 years ago by Ryan Bown <[email protected]>
Add CDNJS version badge in README.md (#878)

This badge will show the version on CDNJS!

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

github.com/axios/axios - 021e741aa1fbc24e497519a826e033e006737716 authored over 4 years ago by Samina Fu <[email protected]>
Documentation update to clear up ambiguity in code examples (#2928)

* Made a adjustment to the documenation to clear up any ambiguity around the use of "fs". This s...

github.com/axios/axios - fd57956a7eadf13fd8006bd53e5065590e9812c4 authored over 4 years ago by Jay <[email protected]>
Update README.md about validateStatus (#2912)

Rewrote the comment from "Reject only if the status code is greater than or equal to 500" to "Re...

github.com/axios/axios - 16b5718954d88fbefe17f0b91101d742b63209c7 authored over 4 years ago by hexaez <[email protected]>
Fixing the function spelling in the first example

github.com/axios/moxios - 39d55b68926b45e6b888d6aa330aef0b87d1a0fe authored over 4 years ago by doshinirav <[email protected]>
Updating documentation for usage form-data (#2805)

Closes #2049

Co-authored-by: Xianming Zhong <[email protected]>

github.com/axios/axios - 5e0fb5fc998d7f9f5a897363977b42f4fa047238 authored almost 5 years ago by Remco Haszing <[email protected]>
Fixing 'progressEvent' type (#2851)

* Fix 'progressEvent' type

* Update axios.ts

github.com/axios/axios - c120f44d3d29c8e822a92e1d6879b8b77be6b9dc authored almost 5 years ago by Benny Neugebauer <[email protected]>
Fixing getting local files (file://) failed (#2470)

* fix issue #2416, #2396

* fix Eslint warn

* Modify judgment conditions

* add unit test...

github.com/axios/axios - 885ada6d9b87801a57fe1d19f57304c315703079 authored almost 5 years ago by Alan Wang <[email protected]>
Allow PURGE method in typings (#2191)

Co-authored-by: Xianming Zhong <[email protected]>

github.com/axios/axios - 5189afff38dc0689ac0c1b1bfa51626bb8541709 authored almost 5 years ago by Motonori Iwata <[email protected]>
Adding tests for method `options` type definitions (#1996)

Update tests.

Co-authored-by: Xianming Zhong <[email protected]>

github.com/axios/axios - c98ce7d464488dd59a6987cfaf08a4c7b31b96a2 authored almost 5 years ago by grumblerchester <[email protected]>
Adding option to disable automatic decompression (#2661)

* Adding ability to disable auto decompression

* Updating decompress documentation in README
...

github.com/axios/axios - 42eb9dfabc85ed029462da1c503f8b414b08ffd0 authored almost 5 years ago by Spencer von der Ohe <[email protected]>
Add independent `maxBodyLength` option (#2781)

* Add independent option to set the maximum size of the request body

* Remove maxBodyLength c...

github.com/axios/axios - 6642ca9aa1efae47b1a9d3ce3adc98416318661c authored almost 5 years ago by Gustavo López <[email protected]>
Add test for redirecting with too large response (#2695)

github.com/axios/axios - 521444513969a08ec5ef943c41ba0812845ed4f9 authored almost 5 years ago by Xianming Zhong <[email protected]>
Fixing CHANGELOG.md issue link (#2784)

github.com/axios/axios - ac777b13b0c790f3c36d9430e3776ecfc5df704f authored almost 5 years ago by Fonger <[email protected]>
Include axios-hooks in ECOSYSTEM.md (#2003)

github.com/axios/axios - 8cd470c6138f2cc6355e000307059a52ef63b7b4 authored almost 5 years ago by Simone Busoli <[email protected]>
Added Response header access instructions (#1901)

* Added Response header access instructions

* Added note about using bracket notation

github.com/axios/axios - 67e560da102916195cd06776d4090b1ec90426a6 authored almost 5 years ago by Alexandru Ungureanu <[email protected]>
Add `onUploadProgress` and `onDownloadProgress` are browser only (#2763)

Saw in #928 and #1966 that `onUploadProgress` and `onDownloadProgress` only work in the browser ...

github.com/axios/axios - b139abfc36d741b8a9075efed73e6df340175e9a authored almost 5 years ago by Ian Wijma <[email protected]>
Update ' sign to ` in proxy spec (#2778)

github.com/axios/axios - 3d6cafb3f79cccbcee26312c86d75d7fd83909b2 authored almost 5 years ago by Jimmy Liao <[email protected]>
Adding responseEncoding to mergeConfig (#1745)

Co-authored-by: Xianming Zhong <[email protected]>

github.com/axios/axios - 17a967123cc1c06f15146a463b99816d4ca5f2b2 authored almost 5 years ago by Thibault Ehrhart <[email protected]>
Adding jsDelivr link in README (#1110)

* Adding jsDelivr link

* Add SRI

* Remove SRI

Co-authored-by: Yasu Flores <carlosyasu91...

github.com/axios/axios - 2cf6ae460899d944553fbfd66800cdcb5cd871aa authored almost 5 years ago by Lukas Drgon <[email protected]>
Fixing unit test failure in Windows OS (#2601)

Co-authored-by: Xianming Zhong <[email protected]>

github.com/axios/axios - 9267d4def1a3c65b2d2bbb051b11d74f25ea00ae authored almost 5 years ago by jennynju <[email protected]>
Fixing issue for HEAD method and gziped repsonse (#2666)

github.com/axios/axios - 12e00b8018ddfb078800ebc548879723665b4bce authored almost 5 years ago by Nikita Galkin <[email protected]>
Fix tests in browsers (#2748)

github.com/axios/axios - 2034c1db7eaac61fabd4319af2e9b4478d1d6b52 authored almost 5 years ago by Xianming Zhong <[email protected]>
Compatible with follow-redirect aborts the request (#2689)

* Compatible with follow-redirect aborts the request

* Use the error code

github.com/axios/axios - 56b72bbd2c2924ff6d89a7004282142d86ead8fa authored almost 5 years ago by Xianming Zhong <[email protected]>
Fix merging of params (#2656)

* Name function to avoid ESLint func-names warning

* Switch params config to merge list and u...

github.com/axios/axios - 77f0ae4f61e04ec5982eba171b1b7bb0b94569b7 authored almost 5 years ago by Jonathan Sharpe <[email protected]>
chore: add `jsdelivr` and `unpkg` support (#2443)

github.com/axios/axios - 371d8eac7927efb66a0a0e48cb7495fab0ff17d2 authored almost 5 years ago by JounQin <[email protected]>
Revert `finally` as `then` (#2683)

Co-authored-by: Yasu Flores <[email protected]>

github.com/axios/axios - 7df84a7ff7c2d33b0f210608a489db7b5fc0df37 authored almost 5 years ago by Xianming Zhong <[email protected]>
Releasing 0.19.2

github.com/axios/axios - 2a0ff479f9fb7f09a219f5178ca85a6519562ff1 authored almost 5 years ago by Emily Morehouse <[email protected]>
Updating changlog for 0.19.2 release

github.com/axios/axios - 17cc1d6d7a571aec93e1c05309fc6f428ebe85c4 authored almost 5 years ago by Emily Morehouse <[email protected]>
Remove unnecessary XSS check introduced by #2451 (#2679)

* Remove unnecessary XSS check introduced by #2451

* Remove test file of `isValidXss`

github.com/axios/axios - c7488c7dd5ea697facc96202417cd1c4363a4ee7 authored almost 5 years ago by Xianming Zhong <[email protected]>
Fix link formatting in CHANGELOG.md to display PR number in parens as link (#2643)

github.com/axios/axios - 351cf290f0478d6e47e74c6da2f3ad8fe8f29887 authored about 5 years ago by Emily Morehouse <[email protected]>
Releasing 0.19.1

github.com/axios/axios - 960e1c879892ac6e1c83a798c06b9907e35ad2df authored about 5 years ago by Emily Morehouse <[email protected]>
Fixing typo in CHANGELOG.md: s/Functionallity/Functionality (#2639)

github.com/axios/axios - 8a9421de0fd9e2ae7c7cc147a91b104781cc05a0 authored about 5 years ago by Malik Dirim <[email protected]>
If this place is false, it will report an error, so you should delete the useless code. (#2458)

github.com/axios/axios - ee47120a09ec4487d99f85817856e2c31ac98fee authored about 5 years ago by 不才 <[email protected]>
Fixing invalid agent issue (#1904)

github.com/axios/axios - 03e6f4bf4c1eced613cf60d59ef50b0e18b31907 authored about 5 years ago by Michael Shin <[email protected]>
fix: fix ignore set withCredentials false (#2582)

github.com/axios/axios - dc4bc49673943e35280e5df831f5c3d0347a9393 authored about 5 years ago by ZhaoXC <[email protected]>
Remove 'includes' API, fix CI build failure (#2574)

* Remove 'includes' API, fix CI build failure

github.com/axios/axios - 13c948e661f4a077bbc788dcb9d3c2c1b403d010 authored about 5 years ago by Alanscut <[email protected]>
fixing Travis link (#2540)

github.com/axios/axios - fa6cf01c91d068d75d08756a721306b222072fc8 authored about 5 years ago by Alanscut <[email protected]>
Fix CI build failure (#2570)

github.com/axios/axios - a17c70cb5ae4acd7aa307b7f7dc869953dea22c4 authored about 5 years ago by Alanscut <[email protected]>
Remove dependency on is-buffer (#1816)

* Remove dependency on is-buffer from package.json

github.com/axios/axios - 1a32ca0601850dd79d05bbec497c7fd3f6fcc346 authored about 5 years ago by Angelos Chalaris <[email protected]>
Fix badge, use master branch (#2538)

github.com/axios/axios - 0cc22c2f42885448328fb42b008c2611dbcd06c6 authored about 5 years ago by Yasu Flores <[email protected]>
Fix XSS logic that matched some valid urls (#2529)

* Fix XSS logic that matched some valid urls, e.g. "/one/?foo=bar", when it shouldn't match those

github.com/axios/axios - 841466416b6851666955113a60ae46830a27003f authored about 5 years ago by Yasu Flores <[email protected]>
Adding options typings (#2341)

github.com/axios/axios - bbfd5b1395699ae6290a01f51e0e1b66897099fd authored about 5 years ago by Luke Policinski <[email protected]>
Document fix (#2514)

github.com/axios/axios - 55aaebcbf5e9e73a56f59e2caf86f035794b12f4 authored about 5 years ago by Yasu Flores <[email protected]>
Update docs with no_proxy change, issue #2484 (#2513)

github.com/axios/axios - 86d77504c2712ffd787873d0642e62a4e4c5de10 authored about 5 years ago by Yasu Flores <[email protected]>
Adding Typescript HTTP method definition for LINK and UNLINK. (#2444)

github.com/axios/axios - b0afbedf1b0c4e3d4b9991028e61fa39b886ae13 authored about 5 years ago by Marlon Barcarol <[email protected]>
Update README.md (#2504)

github.com/axios/axios - fa68fd30c3571797fcc6e5a2191e3e55399c4b78 authored about 5 years ago by Harshit Singh <[email protected]>
Revert "Update Webpack + deps, remove now unnecessary polyfills" (#2479)

* Revert "Update Webpack + deps, remove now unnecessary polyfills (#2410)"

This reverts commi...

github.com/axios/axios - 097948698a057235140cc275504c12d5d20281b8 authored about 5 years ago by Felipe Martins <[email protected]>
Change syntax to see if build passes (#2488)

* Change syntax to see if build passes

* Test commit

* Test with node 10

* Test adding ...

github.com/axios/axios - 494d8173140debaf822c51bfe9324226cfefadb2 authored about 5 years ago by Yasu Flores <[email protected]>
Update Webpack + deps, remove now unnecessary polyfills (#2410)

* Update deps

* handles webpack 1 -> 4 migration

* remove promise helpers from dev files
...

github.com/axios/axios - 189b34c45ababa279243d419c60a06ef3c1ab258 authored about 5 years ago by Avindra Goolcharan <[email protected]>
Fix to prevent XSS, throw an error when the URL contains a JS script (#2464)

* Fixes issue where XSS scripts attacks were possible via the URL

* Fix error

* Move throw...

github.com/axios/axios - 29da6b24db08ff83e7efe2aab512de3d4d8d216d authored about 5 years ago by Yasu Flores <[email protected]>
Fixing missing words in docs template (#2259)

github.com/axios/axios - ee60ee368ea0369f5e77b34f015bc37330f9ee75 authored about 5 years ago by Crhistian Ramirez <[email protected]>
custom timeout prompt copy (#2275)

* style: ui

* feat: custom timeout txtx

* feat: custom timeout txtx

github.com/axios/axios - 6284abfa0693c983e9378b2d074c095262aac7bd authored about 5 years ago by IVLIU <[email protected]>
Add error toJSON example (#2466)

github.com/axios/axios - ccca5e0e21fd1225ec1472a85547ff1436e0b506 authored about 5 years ago by Yasu Flores <[email protected]>
Fixing Vulnerability A Fortify Scan finds a critical Cross-Site Scrip… (#2451)

* Fixing Vulnerability A Fortify Scan finds a critical Cross-Site Scripting

* use var insted ...

github.com/axios/axios - 19969b4fbd6b5b6da67825a69b0f317afa1327dd authored about 5 years ago by Wataru <[email protected]>
Add license badge (#2446)

MIT License badge added in README.md file

github.com/axios/axios - 4f189ec80ce01a0275d87d24463ef12b16715d9b authored over 5 years ago by Maskedman99 <[email protected]>
fix: Fixing subdomain handling on no_proxy (#2442)

github.com/axios/axios - 85c9d4ffb093debaca82f76377f102ab2af913cb authored over 5 years ago by Felipe Martins <[email protected]>
Make redirection from HTTP to HTTPS work (#2426)

When calling an HTTP resource redirecting to a HTTPS one with a keepAlive agent. We get the foll...

github.com/axios/axios - 00cd48027bdfe1998da7100a56b5d68cc57277c2 authored over 5 years ago by Jeremie Thomassey <[email protected]>
Add toJSON property to AxiosError type (#2427)

I noticed the error object has a `toJSON` method but when I tried to use it in my typescript cod...

github.com/axios/axios - 006b60425c68d8b60df7ae85407b26cf0832343d authored over 5 years ago by Tiago Rodrigues <[email protected]>
Fix word 'sintaxe' to 'syntax' in README.md (#2432)

- translate 'sintaxe' word from portuguese to english

github.com/axios/axios - 88dbb82d77155d3a8af37b35ef3add6b5fa34855 authored over 5 years ago by Jihwan Oh <[email protected]>
Fixing socket hang up error on node side for slow response. (#1752)

* Fixing socket hang up error on node side for slow response.

* eslint check

github.com/axios/axios - 93e69625a69ef7bbcf14c9bcb2a1cba2d4b5a126 authored over 5 years ago by Ya Hui Liang(Ryou) <[email protected]>
🐛Fix request finally documentation in README (#2189)

github.com/axios/axios - d74385f1c8f944a6d94ae0680d3841859a2fcb38 authored over 5 years ago by Ahmed Tarek <[email protected]>
Fixing issue 2195 - order of if/else blocks is causing unit tests mocking XHR. (#2201)

github.com/axios/axios - 1b07fb9365d38a1a8ce7427130bf9db8101daf09 authored over 5 years ago by Joshua Melvin <[email protected]>
updating spelling and adding link to docs (#2212)

github.com/axios/axios - c454e9f526bad399bd2a92af7fa8bc97a6d1acd0 authored over 5 years ago by Fabio Aiello <[email protected]>
upadating README: notes on CommonJS autocomplete (#2256)

closes #2226. add note on how to gain typings / autocomplete / intellisense when using CommonJS ...

github.com/axios/axios - e3a7116f14e7bbb7c3645df5d7910642c8fc2f5e authored over 5 years ago by Vamp <[email protected]>
Sintaxe alternative to send data into the body (#2317)

github.com/axios/axios - 488a4598a3eedc5bf99a6df0bbd07d1cbd8bb1a4 authored over 5 years ago by Lucas <[email protected]>
docs: minor tweak (#2404)

made the license section link up to the respective file.

github.com/axios/axios - f7e2a995d65c9018c6f83eb39c2579051bde6867 authored over 5 years ago by James George <[email protected]>
Fix cancellation error on build master. #2290 #2207 (#2407)

github.com/axios/axios - c282e7ea8e5f714bfc19127c71edd4a6711534d1 authored over 5 years ago by Felipe Martins <[email protected]>
Update response interceptor docs (#2399)

github.com/axios/axios - f5704fce71151ee78f579f48c3ea4b0707cc23b2 authored over 5 years ago by Sagar Acharya <[email protected]>
Doc fixes, minor examples cleanup (#2198)

* README.md COOKBOOK.md: minor fixes

* simplify language

* ECOSYSTEM: create a few catego...

github.com/axios/axios - 6a4a85c57fcaba912eee61b87ba34d07323bc60c authored over 5 years ago by Avindra Goolcharan <[email protected]>
Fixing custom config options (#2207)

- fixes #2203

github.com/axios/axios - a11cdf468303a365a6dc6e84f6dd0e4b3b8fd336 authored over 5 years ago by Rafael Renan Pacheco <[email protected]>
Fixing set `config.method` after mergeConfig for Axios.prototype.request (#2383)

Inside Axios.prototype.request function, It's forced to set
method to 'get' after `mergeConfig`...

github.com/axios/axios - e50a08b2c392c6ce3b5a9dc85ebc860d50414529 authored over 5 years ago by bushuai <[email protected]>
Axios create url bug (#2290)

* Fix #2234

* added spacing --eslint

* added test cases

* removed unexpected cases aft...

github.com/axios/axios - 89bd3abe9a98daa075be14587a616f8391040eb2 authored over 5 years ago by DIO <[email protected]>
Fix grammar in README.md (#2271)

github.com/axios/axios - b9931e0a95f7942f728c0de4ea7cbdef86bc360b authored over 5 years ago by Michael Foss <[email protected]>
Fix a typo in README (#2384)

github.com/axios/axios - f0f68afb613fcce97e81fbb3731ab0f65b9b9864 authored over 5 years ago by Denis Sikuler <[email protected]>
Do not modify config.url when using a relative baseURL (resolves #1628) (#2391)

* Adding tests to show config.url mutation

Because config.url is modified while processing th...

github.com/axios/axios - 6fe506fda290ba935c2641f68f1fcba7f4a16cd3 authored over 5 years ago by multicolaure <[email protected]>
Fix travis CI build (#2386)

github.com/axios/axios - 98e4acd893fe024ae9e6074894c6164802b3af63 authored over 5 years ago by Felipe Martins <[email protected]>
Updated `axios.create()` example to match convention

github.com/axios/moxios - 05685dfda4e341bcf270a2e25a656e2416b50919 authored over 5 years ago by Paweł S <[email protected]>
Fix and format main example

github.com/axios/moxios - 845560a9c1da6d766c73403066bf2d9a9e4925e7 authored over 5 years ago by Paweł S <[email protected]>
Fix typo in CHANGELOG.md - s/issue/issues (#2193)

- issue link is not found.
- typo: issue => issues

github.com/axios/axios - 2ee3b482456cd2a09ccbd3a4b0c20f3d0c5a5644 authored over 5 years ago by Takahiro Ikeda <[email protected]>
Releasing 0.19.0

github.com/axios/axios - 8d0b92b2678d96770304dd767cd05a59d37f12cf authored over 5 years ago by Emily Morehouse <[email protected]>
Update Changelog for release (0.19.0)

github.com/axios/axios - 3f7451ceb7b8386a0c233b869dddea1fea05b12f authored over 5 years ago by Emily Morehouse <[email protected]>
Add information about auth parameter to README (#2166)

github.com/axios/axios - f28ff933e491ad7b1dd77af6ad3abe126109bd9e authored over 5 years ago by xlaguna <[email protected]>
Add DELETE to list of methods that allow data as a config option (#2169)

github.com/axios/axios - 5250e6e168f22bf75f0643b21577ac7c4dc486b9 authored over 5 years ago by Daniela Borges Matos de Carvalho <[email protected]>
Update ECOSYSTEM.md - Add Axios Endpoints (#2176)

github.com/axios/axios - 6b0ccd13fa3fd87e256d5e220ddc6ce935fa72dd authored over 5 years ago by Renan <[email protected]>
Add r2curl in ECOSYSTEM (#2141)

github.com/axios/axios - 299e827c577c2f1461e17678282f4d19a753e6f2 authored over 5 years ago by 유용우 / CX <[email protected]>
Unzip response body only for statuses != 204 (#1129)

github.com/axios/axios - fd0c959355e85afa76d1728b7c7bd93a05e004a4 authored over 5 years ago by drawski <[email protected]>
Update README.md - Add instructions for installing with yarn (#2036)

github.com/axios/axios - 92d231387fe2092f8736bc1746d4caa766b675f5 authored over 5 years ago by Victor Hermes <[email protected]>
Fixing spacing for README.md (#2066)

github.com/axios/axios - ddcc2e4bc0282499afc1370e3686bacaff1faee3 authored over 5 years ago by Josh McCarty <[email protected]>
Update README.md. - Change `.then` to `.finally` in example code (#2090)

github.com/axios/axios - 48c43d5240e1ac6e6c44495e7428262d32a438f9 authored over 5 years ago by Omar Cai <[email protected]>
Clarify what values responseType can have in Node (#2121)

It seems that `responseType: 'blob'` doesn't actually work in Node (when I tried using it, respo...

github.com/axios/axios - b7a9744518f71edad2991b48035e8cade37955a6 authored over 5 years ago by Tyler Breisacher <[email protected]>