New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aliyun-obv/hooks

Package Overview
Dependencies
Maintainers
3
Versions
153
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aliyun-obv/hooks - npm Package Compare versions

Comparing version 0.0.58 to 0.0.59

5

dist/hooks.es.js

@@ -42,4 +42,3 @@ import { useState, useRef, useEffect, useMemo, useLayoutEffect, useCallback } from 'react';

useLayoutEffect(() => {
if (!element)
return;
if (!element) return;
observer.observe(element);

@@ -148,3 +147,3 @@ return () => {

function usePreviousState(value, init) {
const ref = useRef(init != null ? init : value);
const ref = useRef(value);
useEffect(() => {

@@ -151,0 +150,0 @@ ref.current = value;

2

package.json

@@ -11,3 +11,3 @@ {

"devDependencies": {},
"version": "0.0.58"
"version": "0.0.59"
}
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