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

@shopify/react-hooks

Package Overview
Dependencies
Maintainers
13
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 1.1.2 to 1.2.0

dist/hooks/mounted-ref.d.ts

4

CHANGELOG.md

@@ -10,2 +10,6 @@ # Changelog

## [1.2.0] - 2019-04-25
- Added a `useMountedRef` hook ([#663](https://github.com/Shopify/quilt/pull/663))
## [1.1.0] - 2019-04-17

@@ -12,0 +16,0 @@

export { useLazyRef } from './lazy-ref';
export { default as useTimeout } from './timeout';
export { default as useOnValueChange } from './on-value-change';
export { useMountedRef } from './mounted-ref';

@@ -9,1 +9,3 @@ "use strict";

exports.useOnValueChange = on_value_change_1.default;
var mounted_ref_1 = require("./mounted-ref");
exports.useMountedRef = mounted_ref_1.useMountedRef;

2

package.json
{
"name": "@shopify/react-hooks",
"version": "1.1.2",
"version": "1.2.0",
"license": "MIT",

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

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