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

@shopify/react-hooks

Package Overview
Dependencies
Maintainers
18
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 2.1.6 to 2.1.7

2

build/cjs/hooks/on-value-change.js

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

function useOnValueChange(value, onChange) {
const tracked = React__default['default'].useRef(value);
const tracked = React__default["default"].useRef(value);
React.useEffect(() => {

@@ -15,0 +15,0 @@ const oldValue = tracked.current;

{
"name": "@shopify/react-hooks",
"version": "2.1.6",
"version": "2.1.7",
"license": "MIT",

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

"devDependencies": {
"@shopify/react-testing": "^3.2.7"
"@shopify/react-testing": "^3.2.8"
},
"gitHead": "aef6df3db53001969b6c3f9c09d11d94adb01bea"
"gitHead": "9cc43c40f1cf55b3292a6c397c331cfdfd9f83d2"
}
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