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.2 to 1.0.3

CHANGELOG.md

16

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

@@ -20,5 +20,4 @@ "license": "MIT",

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

@@ -33,2 +32,3 @@ "dependencies": {

"@babel/preset-typescript": "^7.12.1",
"@changesets/cli": "^2.12.0",
"@testing-library/react": "^11.1.0",

@@ -41,8 +41,5 @@ "@types/jest": "^26.0.15",

"babel-loader": "^8.1.0",
"husky": "^4.3.0",
"jest": "^26.6.1",
"microbundle": "0.11.0",
"np": "^7.0.0",
"prettier": "2.1.2",
"pretty-quick": "^3.1.0",
"react": "^17.0.1",

@@ -75,8 +72,3 @@ "react-dom": "^17.0.1",

],
"homepage": "https://github.com/danoc/react-use-clipboard#readme",
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
"homepage": "https://github.com/danoc/react-use-clipboard#readme"
}
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