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

simple-react-clipboard

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-react-clipboard - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

6

package.json
{
"name": "simple-react-clipboard",
"version": "1.0.2",
"version": "1.0.3",
"description": "A simple and flexible React utility component for copying texts to the clipboard.",

@@ -17,2 +17,6 @@ "main": "lib/index.js",

"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/donfour/simple-react-clipboard"
},
"peerDependencies": {

@@ -19,0 +23,0 @@ "react": "^16.4.2",

6

README.md

@@ -30,8 +30,2 @@ # Flexible React Clipboard

render: PropTypes.func.isRequired
text: PropTypes.string.isRequired
props: PropTypes.object
onSuccess: PropTypes.func
onError: PropTypes.func
Name | Type | Description | Required

@@ -38,0 +32,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