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

react-use-clipboard

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-use-clipboard - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

6

CHANGELOG.md
# react-use-clipboard
## 1.0.8
### Patch Changes
- d6dd031: Indicate support for React 18 in the `peerDependencies`
## 1.0.7

@@ -4,0 +10,0 @@

6

package.json
{
"name": "react-use-clipboard",
"description": "React hook that provides copy to clipboard functionality.",
"version": "1.0.7",
"version": "1.0.8",
"author": "Daniel O'Connor <daniel@danoc.me>",

@@ -45,4 +45,4 @@ "license": "MIT",

"peerDependencies": {
"react": "^16.8.0 || ^17",
"react-dom": "^16.8.0 || ^17"
"react": "^16.8.0 || ^17 || ^18",
"react-dom": "^16.8.0 || ^17 || ^18"
},

@@ -49,0 +49,0 @@ "publishConfig": {

@@ -12,11 +12,9 @@ # 📋 react-use-clipboard

```bash
npm install react-use-clipboard --save-exact
npm install react-use-clipboard
```
```bash
yarn add react-use-clipboard --exact
yarn add react-use-clipboard
```
We encourage pinning the version number until `react-use-clipboard` reaches `1.0.0`. We may ship breaking changes in `0.x.x` versions.
## Usage

@@ -23,0 +21,0 @@

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