react-merge-refs
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "react-merge-refs", | ||
"description": "React utility to merge refs.", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"sideEffects": false, | ||
@@ -12,3 +12,4 @@ "type": "module", | ||
"import": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts" | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.mjs" | ||
} | ||
@@ -15,0 +16,0 @@ }, |
# react-merge-refs | ||
![Node.js CI](https://github.com/gregberge/react-merge-refs/workflows/Node.js%20CI/badge.svg) | ||
[![License](https://img.shields.io/npm/l/react-merge-refs.svg)](https://github.com/gregberge/react-merge-refs/blob/main/LICENSE) | ||
[![npm package](https://img.shields.io/npm/v/react-merge-refs/latest.svg)](https://www.npmjs.com/package/react-merge-refs) | ||
[![npm bundle size](https://img.shields.io/bundlephobia/minzip/react-merge-refs)](https://bundlephobia.com/package/react-merge-refs) | ||
[![CI](https://github.com/gregberge/react-merge-refs/actions/workflows/ci.yml/badge.svg)](https://github.com/gregberge/react-merge-refs/actions/workflows/ci.yml) | ||
@@ -5,0 +8,0 @@ React utility to merge refs 🖇 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5257
35