Skip to content

Commit 4fdd49e

Browse files
authored
Ava badges (#233)
* v0.4.4 * updated, but need to test * remove greenkeeper
1 parent dcdf51c commit 4fdd49e

File tree

3 files changed

+38
-41
lines changed

3 files changed

+38
-41
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
<br />
1010

1111
<p align="center">
12-
<a href="https://github.com/alex-cory/use-http/pulls">
12+
<a href="https://github.com/ava/use-http/pulls">
1313
<img src="https://camo.githubusercontent.com/d4e0f63e9613ee474a7dfdc23c240b9795712c96/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5052732d77656c636f6d652d627269676874677265656e2e737667" />
1414
</a>
15-
<a href="https://circleci.com/gh/alex-cory/use-http">
16-
<img src="https://img.shields.io/circleci/project/github/alex-cory/use-http/master.svg" />
15+
<a href="https://circleci.com/gh/ava/use-http">
16+
<img src="https://img.shields.io/circleci/project/github/ava/use-http/master.svg" />
1717
</a>
1818
<a href="https://www.npmjs.com/package/use-http">
1919
<img src="https://img.shields.io/npm/dt/use-http.svg" />
2020
</a>
21-
<a href="https://lgtm.com/projects/g/alex-cory/use-http/context:javascript">
22-
<img alt="undefined" src="https://img.shields.io/lgtm/grade/javascript/g/alex-cory/use-http.svg?logo=lgtm&logoWidth=18"/>
21+
<a href="https://lgtm.com/projects/g/ava/use-http/context:javascript">
22+
<img alt="undefined" src="https://img.shields.io/lgtm/grade/javascript/g/ava/use-http.svg?logo=lgtm&logoWidth=18"/>
2323
</a>
2424
<a href="http://packagequality.com/#?package=use-http">
2525
<img src="https://npm.packagequality.com/shield/use-http.svg" />
@@ -32,17 +32,17 @@
3232
<!-- <a href="https://bundlephobia.com/result?p=use-http">
3333
<img alt="undefined" src="https://img.shields.io/bundlephobia/minzip/use-http.svg">
3434
</a> -->
35-
<!-- <a href="https://snyk.io/test/github/alex-cory/use-http?targetFile=package.json">
36-
<img src="https://snyk.io/test/github/alex-cory/use-http/badge.svg?targetFile=package.json" alt="Known Vulnerabilities" data-canonical-src="https://snyk.io/test/github/alex-cory/use-http?targetFile=package.json" style="max-width:100%;">
35+
<!-- <a href="https://snyk.io/test/github/ava/use-http?targetFile=package.json">
36+
<img src="https://snyk.io/test/github/ava/use-http/badge.svg?targetFile=package.json" alt="Known Vulnerabilities" data-canonical-src="https://snyk.io/test/github/ava/use-http?targetFile=package.json" style="max-width:100%;">
3737
</a> -->
3838
<!-- <a href="https://www.npmjs.com/package/use-http">
39-
<img src="https://img.shields.io/npm/v/use-http.svg" alt="Known Vulnerabilities" data-canonical-src="https://snyk.io/test/github/alex-cory/use-http?targetFile=package.json" style="max-width:100%;">
39+
<img src="https://img.shields.io/npm/v/use-http.svg" alt="Known Vulnerabilities" data-canonical-src="https://snyk.io/test/github/ava/use-http?targetFile=package.json" style="max-width:100%;">
4040
</a> -->
41-
<!-- <a href="https://github.com/alex-cory/use-http/blob/master/license.md">
42-
<img alt="undefined" src="https://img.shields.io/github/license/alex-cory/use-http.svg">
41+
<!-- <a href="https://github.com/ava/use-http/blob/master/license.md">
42+
<img alt="undefined" src="https://img.shields.io/github/license/ava/use-http.svg">
4343
</a> -->
4444
<!-- <a href="https://greenkeeper.io/">
45-
<img alt="undefined" src="https://badges.greenkeeper.io/alex-cory/use-http.svg">
45+
<img alt="undefined" src="https://badges.greenkeeper.io/ava/use-http.svg">
4646
</a> -->
4747
</p>
4848

@@ -72,7 +72,7 @@ Features
7272
- 1 dependency ([use-ssr](https://github.com/alex-cory/use-ssr))
7373
- GraphQL support (queries + mutations)
7474
- Provider to set default `url` and `options`
75-
- Request/response interceptors <!--https://github.com/alex-cory/use-http#user-content-interceptors-->
75+
- Request/response interceptors <!--https://github.com/ava/use-http#user-content-interceptors-->
7676
- React Native support
7777
- Aborts/Cancels pending http requests when a component unmounts
7878
- Built in caching
@@ -935,10 +935,10 @@ Does your company use use-http? Consider sponsoring the project to fund new feat
935935
<img width="110px" src="https://ava.inc/ava-logo-green.png" />
936936
</a>
937937
<a href="https://github.com/microsoft/DLWorkspace">
938-
<img height="110px" src="https://github.com/alex-cory/use-http/raw/master/public/microsoft-logo.png" />
938+
<img height="110px" src="https://github.com/ava/use-http/raw/master/public/microsoft-logo.png" />
939939
</a>
940940
<a href="https://github.com/mozilla/Spoke">
941-
<img height="110px" src="https://github.com/alex-cory/use-http/raw/master/public/mozilla.png" />
941+
<img height="110px" src="https://github.com/ava/use-http/raw/master/public/mozilla.png" />
942942
</a>
943943
</p>
944944
@@ -982,7 +982,7 @@ Todos
982982
- [ ] tests for SSR
983983
- [ ] tests for FormData (can also do it for react-native at same time. [see here](https://stackoverflow.com/questions/45842088/react-native-mocking-formdata-in-unit-tests))
984984
- [ ] tests for GraphQL hooks `useMutation` + `useQuery`
985-
- [ ] tests for stale `response` see this [PR](https://github.com/alex-cory/use-http/pull/119/files)
985+
- [ ] tests for stale `response` see this [PR](https://github.com/ava/use-http/pull/119/files)
986986
- [ ] tests to make sure `response.formData()` and some of the other http `response methods` work properly
987987
- [ ] the `onMount` works properly with all variants of passing `useEffect(fn, [request.get])` and not causing an infinite loop
988988
- [ ] `async` tests for `interceptors.response`
@@ -1068,9 +1068,9 @@ Todos
10681068
10691069
- [ ] make code editor plugin/package/extension that adds GraphQL syntax highlighting for `useQuery` and `useMutation` 😊
10701070
1071-
[1]: https://github.com/alex-cory/use-http/issues/new?title=[Feature%20Request]%20YOUR_FEATURE_NAME
1072-
[2]: https://github.com/alex-cory/use-http/issues/93#issuecomment-600896722
1073-
[3]: https://github.com/alex-cory/use-http/raw/master/public/dog.png
1071+
[1]: https://github.com/ava/use-http/issues/new?title=[Feature%20Request]%20YOUR_FEATURE_NAME
1072+
[2]: https://github.com/ava/use-http/issues/93#issuecomment-600896722
1073+
[3]: https://github.com/ava/use-http/raw/master/public/dog.png
10741074
[4]: https://reactjs.org/docs/javascript-environment-requirements.html
10751075
[5]: http://use-http.com
10761076
[`react-app-polyfill`]: https://www.npmjs.com/package/react-app-polyfill

docs/README.md

Lines changed: 19 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,29 @@
55
</p>
66
<p align="center">🐶 React hook for making isomorphic http requests</p>
77
<p align="center">
8-
<a href="https://github.com/alex-cory/use-http/pulls">
8+
<a href="https://github.com/ava/use-http/pulls">
99
<img src="https://camo.githubusercontent.com/d4e0f63e9613ee474a7dfdc23c240b9795712c96/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5052732d77656c636f6d652d627269676874677265656e2e737667" />
1010
</a>
11-
<a href="https://circleci.com/gh/alex-cory/use-http">
12-
<img src="https://img.shields.io/circleci/project/github/alex-cory/use-http/master.svg" />
11+
<a href="https://circleci.com/gh/ava/use-http">
12+
<img src="https://img.shields.io/circleci/project/github/ava/use-http/master.svg" />
1313
</a>
1414
<a href="https://www.npmtrends.com/use-http">
1515
<img src="https://img.shields.io/npm/dm/use-http.svg" />
1616
</a>
17-
<a href="https://lgtm.com/projects/g/alex-cory/use-http/context:javascript">
18-
<img alt="undefined" src="https://img.shields.io/lgtm/grade/javascript/g/alex-cory/use-http.svg?logo=lgtm&logoWidth=18"/>
17+
<a href="https://lgtm.com/projects/g/ava/use-http/context:javascript">
18+
<img alt="undefined" src="https://img.shields.io/lgtm/grade/javascript/g/ava/use-http.svg?logo=lgtm&logoWidth=18"/>
1919
</a>
2020
<a href="https://bundlephobia.com/result?p=use-http">
2121
<img alt="undefined" src="https://img.shields.io/bundlephobia/minzip/use-http.svg">
2222
</a>
23-
<a href="https://snyk.io/test/github/alex-cory/use-http?targetFile=package.json">
24-
<img src="https://snyk.io/test/github/alex-cory/use-http/badge.svg?targetFile=package.json" alt="Known Vulnerabilities" data-canonical-src="https://snyk.io/test/github/alex-cory/use-http?targetFile=package.json" style="max-width:100%;">
23+
<a href="https://snyk.io/test/github/ava/use-http?targetFile=package.json">
24+
<img src="https://snyk.io/test/github/ava/use-http/badge.svg?targetFile=package.json" alt="Known Vulnerabilities" data-canonical-src="https://snyk.io/test/github/ava/use-http?targetFile=package.json" style="max-width:100%;">
2525
</a>
2626
<a href="https://www.npmjs.com/package/use-http">
27-
<img src="https://img.shields.io/npm/v/use-http.svg" alt="Known Vulnerabilities" data-canonical-src="https://snyk.io/test/github/alex-cory/use-http?targetFile=package.json" style="max-width:100%;">
27+
<img src="https://img.shields.io/npm/v/use-http.svg" alt="Known Vulnerabilities" data-canonical-src="https://snyk.io/test/github/ava/use-http?targetFile=package.json" style="max-width:100%;">
2828
</a>
29-
<a href="https://github.com/alex-cory/use-http/blob/master/license.md">
30-
<img alt="undefined" src="https://img.shields.io/github/license/alex-cory/use-http.svg">
31-
</a>
32-
<a href="https://greenkeeper.io/">
33-
<img alt="undefined" src="https://badges.greenkeeper.io/alex-cory/use-http.svg">
29+
<a href="https://github.com/ava/use-http/blob/master/license.md">
30+
<img alt="undefined" src="https://img.shields.io/github/license/ava/use-http.svg">
3431
</a>
3532
<a href="https://standardjs.com">
3633
<img src="https://img.shields.io/badge/code_style-standard-brightgreen.svg" />
@@ -93,7 +90,7 @@ yarn add use-http or npm i -S use-http
9390
<br>
9491
<br>
9592
<a href="https://ava.inc">
96-
<img src="https://github.com/alex-cory/use-http/raw/master/public/ava-logo.png" width="130" alt="Ava">
93+
<img src="https://github.com/ava/use-http/raw/master/public/ava-logo.png" width="130" alt="Ava">
9794
</a>
9895
<br>
9996
<sub><b>Ava, Rapid Application Development</b></sub>
@@ -410,7 +407,7 @@ request.post('/todos', {
410407
Abort
411408
-----
412409
413-
<img src="https://raw.githubusercontent.com/alex-cory/use-http/master/public/abort-example-1.gif" height="250" />
410+
<img src="https://raw.githubusercontent.com/ava/use-http/master/public/abort-example-1.gif" height="250" />
414411
415412
```js
416413
const githubRepos = useFetch({
@@ -890,16 +887,16 @@ Who's using use-http?
890887
891888
<div style="display: flex; align-items: center; justify-content: center;">
892889
<a href="https://ava.inc">
893-
<img height="140px" src="https://github.com/alex-cory/use-http/raw/master/public/ava-logo.png" />
890+
<img height="140px" src="https://github.com/ava/use-http/raw/master/public/ava-logo.png" />
894891
</a>
895892
<a href="https://github.com/microsoft/DLWorkspace">
896-
<img height="140px" src="https://github.com/alex-cory/use-http/raw/master/public/microsoft-logo.png" />
893+
<img height="140px" src="https://github.com/ava/use-http/raw/master/public/microsoft-logo.png" />
897894
</a>
898895
<a href="https://github.com/mozilla/Spoke">
899-
<img height="140px" src="https://github.com/alex-cory/use-http/raw/master/public/mozilla.png" />
896+
<img height="140px" src="https://github.com/ava/use-http/raw/master/public/mozilla.png" />
900897
</a>
901898
<a href="https://beapte.com">
902-
<img height="140px" src="https://github.com/alex-cory/use-http/raw/master/public/apte-logo.png" />
899+
<img height="140px" src="https://github.com/ava/use-http/raw/master/public/apte-logo.png" />
903900
</a>
904901
</div>
905902
@@ -951,8 +948,8 @@ const App = () => {
951948
952949
-->
953950
954-
[1]: https://github.com/alex-cory/use-http/issues/new?title=[Feature%20Request]%20YOUR_FEATURE_NAME
955-
[2]: https://github.com/alex-cory/use-http/issues/93#issuecomment-600896722
956-
[3]: https://github.com/alex-cory/use-http/raw/master/public/dog.png
951+
[1]: https://github.com/ava/use-http/issues/new?title=[Feature%20Request]%20YOUR_FEATURE_NAME
952+
[2]: https://github.com/ava/use-http/issues/93#issuecomment-600896722
953+
[3]: https://github.com/ava/use-http/raw/master/public/dog.png
957954
[4]: https://reactjs.org/docs/javascript-environment-requirements.html
958955
[`react-app-polyfill`]: https://www.npmjs.com/package/react-app-polyfill

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "use-http",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"homepage": "http://use-http.com",
55
"main": "dist/index.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)