Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vorlefan/react-hooks

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vorlefan/react-hooks - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

2

dist/index.es.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc