Socket
Socket
Sign inDemoInstall

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.6 to 1.0.7

6

CHANGELOG.md
# react-use-clipboard
## 1.0.7
### Patch Changes
- a0162ac: Remove modern JS from dist to work with Next.js
## 1.0.6

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

6

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

@@ -9,3 +9,2 @@ "license": "MIT",

"main": "./dist/react-use-clipboard.js",
"exports": "./dist/react-use-clipboard.modern.js",
"module": "./dist/react-use-clipboard.module.js",

@@ -23,3 +22,4 @@ "unpkg": "./dist/react-use-clipboard.umd.js",

"format": "prettier \"**/*.{ts,tsx,js,jsx,css,scss,json,md,mdx,html}\" --write",
"release": "rm -rf dist && yarn install --frozen-lockfile && yarn test && yarn microbundle && yarn changeset publish"
"build": "yarn microbundle",
"release": "rm -rf dist && yarn install --frozen-lockfile && yarn test && yarn build && yarn changeset publish"
},

@@ -26,0 +26,0 @@ "dependencies": {

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