@vorlefan/react-hooks
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -487,3 +487,3 @@ import { useState, useMemo, useCallback, useEffect } from 'react'; | ||
fetch("".concat(uri).concat(queryUrl.length > 0 ? '?' + queryUrl : queryUrl), _objectSpread2({}, options)).then( /*#__PURE__*/function () { | ||
fetch("".concat(uri).concat(queryUrl), _objectSpread2({}, options)).then( /*#__PURE__*/function () { | ||
var _ref3 = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee(response) { | ||
@@ -490,0 +490,0 @@ var dataResponse; |
@@ -491,3 +491,3 @@ 'use strict'; | ||
fetch("".concat(uri).concat(queryUrl.length > 0 ? '?' + queryUrl : queryUrl), _objectSpread2({}, options)).then( /*#__PURE__*/function () { | ||
fetch("".concat(uri).concat(queryUrl), _objectSpread2({}, options)).then( /*#__PURE__*/function () { | ||
var _ref3 = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee(response) { | ||
@@ -494,0 +494,0 @@ var dataResponse; |
{ | ||
"name": "@vorlefan/react-hooks", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Useful react hooks for React & Next.js app", | ||
@@ -5,0 +5,0 @@ "author": "DaxSoft", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
163661