http-react
Advanced tools
Comparing version 2.3.9 to 2.4.0
/** | ||
* @license http-react-fetcher | ||
* @license http-react | ||
* Copyright (c) Dany Beltran | ||
@@ -4,0 +4,0 @@ * |
/** | ||
* @license http-react-fetcher | ||
* @license http-react | ||
* Copyright (c) Dany Beltran | ||
@@ -4,0 +4,0 @@ * |
/** | ||
* @license http-react-fetcher | ||
* @license http-react | ||
* Copyright (c) Dany Beltran | ||
@@ -4,0 +4,0 @@ * |
{ | ||
"name": "http-react", | ||
"version": "2.3.9", | ||
"version": "2.4.0", | ||
"description": "React hooks for data fetching", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "https://github.com/atomic-state/http-react-fetcher" | ||
"url": "https://github.com/atomic-state/http-react" | ||
}, | ||
@@ -33,3 +33,3 @@ "keywords": [ | ||
"license": "MIT", | ||
"homepage": "https://http-react-fetcher.netlify.app", | ||
"homepage": "https://http-react.netlify.app", | ||
"devDependencies": { | ||
@@ -36,0 +36,0 @@ "@babel/preset-env": "^7.16.11", |
@@ -1,2 +0,2 @@ | ||
### HTTP React Fetcher | ||
### HTTP React | ||
@@ -6,5 +6,5 @@ React hooks for data fetching | ||
<p align="center"> | ||
<a href="https://www.npmjs.com/package/http-react-fetcher" target="_blank"><img src="https://badge.fury.io/js/http-react-fetcher.svg"></a> | ||
<a href="https://www.npmjs.com/package/http-react" target="_blank"><img src="https://badge.fury.io/js/http-react.svg"></a> | ||
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" /> | ||
<img src="https://github.com/atomic-state/http-react-fetcher/actions/workflows/test.yml/badge.svg?event=push" /> | ||
<img src="https://github.com/atomic-state/http-react/actions/workflows/test.yml/badge.svg?event=push" /> | ||
</p> | ||
@@ -15,3 +15,3 @@ | ||
```bash | ||
npm install --save http-react-fetcher | ||
npm install --save http-react | ||
``` | ||
@@ -22,3 +22,3 @@ | ||
```bash | ||
yarn add http-react-fetcher | ||
yarn add http-react | ||
``` | ||
@@ -31,3 +31,3 @@ | ||
```html | ||
<script src="https://unpkg.com/http-react-fetcher@2.2.9/dist/http-react-fetcher.min.js"></script> | ||
<script src="https://unpkg.com/http-react@2.2.9/dist/http-react.min.js"></script> | ||
``` | ||
@@ -39,6 +39,6 @@ | ||
```html | ||
<script src="https://unpkg.com/http-react-fetcher@2.2.9/dist/vanilla.min.js"></script> | ||
<script src="https://unpkg.com/http-react@2.2.9/dist/vanilla.min.js"></script> | ||
``` | ||
[Getting started](https://http-react-fetcher.netlify.app) | ||
[Getting started](https://http-react.netlify.app) | ||
/** | ||
* @license http-react-fetcher | ||
* @license http-react | ||
* Copyright (c) Dany Beltran | ||
@@ -4,0 +4,0 @@ * |
"use strict"; | ||
/** | ||
* @license http-react-fetcher | ||
* @license http-react | ||
* Copyright (c) Dany Beltran | ||
@@ -5,0 +5,0 @@ * |
Sorry, the diff of this file is too big to display
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
249258