Socket
Socket
Sign inDemoInstall

@shopify/react-hooks

Package Overview
Dependencies
Maintainers
27
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/react-hooks - npm Package Compare versions

Comparing version 0.0.0-snapshot-20230425154318 to 0.0.0-snapshot-20230426140136

2

build/cjs/hooks/mounted-ref.js

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

function useMountedRef() {
const mounted = React.useRef(false);
const mounted = React.useRef(true);
isomorphicLayoutEffect.useIsomorphicLayoutEffect(() => {

@@ -12,0 +12,0 @@ mounted.current = true;

{
"name": "@shopify/react-hooks",
"version": "0.0.0-snapshot-20230425154318",
"version": "0.0.0-snapshot-20230426140136",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "A collection of primitive React hooks",

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