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

react-merge-refs

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-merge-refs - npm Package Versions

2.1.1

Diff

Changelog

Source

2.1.1 (2023-09-28)

neoziro
published 2.1.0 •

Changelog

Source

2.1.0 (2023-09-28)

Features

  • allow a ref to be undefined in the types (#33) (d9079dd)
neoziro
published 2.0.2 •

Changelog

Source

2.0.2 (2023-05-09)

Bug Fixes

  • move types condition to the front (#30) (c91c4e4)
neoziro
published 2.0.1 •

Changelog

Source

2.0.1 (2022-06-27)

Bug Fixes

  • esm: add default export to maximize compat (8189083), closes #27
neoziro
published 2.0.0 •

Changelog

Source

2.0.0 (2022-06-19)

⚠ BREAKING CHANGES

  • The package now exports ESM only and a named export.

Before:

import mergeRefs from "react-merge-refs";

After:

import { mergeRefs } from "react-merge-refs";

Features

Bug Fixes

  • fix incorrect CJS / ESM distribution (#17) (048c4ea)
neoziro
published 1.1.0 •

Changelog

Source

1.1.0 (2020-07-27)

Features

neoziro
published 1.0.0 •

Changelog

Source

1.0.0 (2019-09-19)

Features

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