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.7 to 1.0.8

2

dist/index.es.js

@@ -535,3 +535,3 @@ import { useState, useMemo, useCallback, useEffect } from 'react';

success.off();
if (typeof onSuccess === 'function') onError(err);
if (typeof onError === 'function') onError(err);
loading.off();

@@ -538,0 +538,0 @@ });

@@ -539,3 +539,3 @@ 'use strict';

success.off();
if (typeof onSuccess === 'function') onError(err);
if (typeof onError === 'function') onError(err);
loading.off();

@@ -542,0 +542,0 @@ });

{
"name": "@vorlefan/react-hooks",
"version": "1.0.7",
"version": "1.0.8",
"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