
Product
Introducing .NET Support in Socket
Socket now supports .NET (Beta), bringing supply chain security and SBOM accuracy to NuGet and MSBuild-powered C# projects.
@react-hook/passive-layout-effect
Advanced tools
A React hook that uses useEffect() on the server and useLayoutEffect() in the browser
npm i @react-hook/passive-layout-effect
A React hook that uses useEffect()
on the server and useLayoutEffect()
in the browser
import useLayoutEffect from '@react-hook/passive-layout-effect'
const Component = ({foo, bar}) => {
// Used the same way useEffect() and useLayoutEffect() are
useLayoutEffect(() => {}, [foo, bar])
}
MIT
FAQs
A React hook that uses useEffect() on the server and useLayoutEffect() in the browser
The npm package @react-hook/passive-layout-effect receives a total of 544,735 weekly downloads. As such, @react-hook/passive-layout-effect popularity was classified as popular.
We found that @react-hook/passive-layout-effect demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket now supports .NET (Beta), bringing supply chain security and SBOM accuracy to NuGet and MSBuild-powered C# projects.
Research
Malicious npm packages posing as Telegram bot libraries install SSH backdoors and exfiltrate data from Linux developer machines.
Security News
pip, PDM, pip-audit, and the packaging library are already adding support for Python’s new lock file format.