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 3.0.3 to 3.0.4

2

build/ts/hooks/lazy-ref.d.ts

@@ -1,3 +0,3 @@

import { MutableRefObject } from 'react';
import type { MutableRefObject } from 'react';
export declare function useLazyRef<T>(getValue: () => T): MutableRefObject<T>;
//# sourceMappingURL=lazy-ref.d.ts.map
{
"name": "@shopify/react-hooks",
"version": "3.0.3",
"version": "3.0.4",
"license": "MIT",

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

"devDependencies": {
"@shopify/jest-dom-mocks": "^4.1.0",
"@shopify/react-testing": "^5.1.0"
"@shopify/jest-dom-mocks": "^4.1.2",
"@shopify/react-testing": "^5.1.2"
}
}

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