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

ahooks

Package Overview
Dependencies
Maintainers
5
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ahooks - npm Package Compare versions

Comparing version 2.10.7 to 2.10.8

1

es/useUnmountedRef/index.js

@@ -6,2 +6,3 @@ import { useRef, useEffect } from 'react';

useEffect(function () {
unmountedRef.current = false;
return function () {

@@ -8,0 +9,0 @@ unmountedRef.current = true;

@@ -12,2 +12,3 @@ "use strict";

react_1.useEffect(function () {
unmountedRef.current = false;
return function () {

@@ -14,0 +15,0 @@ unmountedRef.current = true;

4

package.json
{
"name": "ahooks",
"version": "2.10.7",
"version": "2.10.8",
"description": "react hooks library",

@@ -35,3 +35,3 @@ "keywords": [

"dependencies": {
"@ahooksjs/use-request": "^2.8.8",
"@ahooksjs/use-request": "^2.8.9",
"@types/js-cookie": "^2.2.6",

@@ -38,0 +38,0 @@ "dayjs": "^1.9.1",

Sorry, the diff of this file is too big to display

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