New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

clopy

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clopy - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "clopy",
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT",

@@ -5,0 +5,0 @@ "author": {

@@ -35,11 +35,12 @@ # Clopy!

Make sure that the `input` parameter is pointed to the input element you wish to copy from.
Click the `clopy` icon/button and copy the content of the input!
1. Make sure that the `input` parameter is pointed to the input element you wish to copy from.
2. Click the `clopy` icon/button and copy the content of the input!
The input which is to be copied could be any element with either a `value` attribute or a `innerText`, if both, `value` precedes the `innerText`.
### Customizing
By default the clopy button has the `clopy-button` class, it can be changed by setting another class to it with the standard `class` attribute, which will then ignore the default class.
By default the clopy button has the `clopy-button` class, it can be changed by setting another class via the exposed `classes` attribute, which will then ignore the default class.
If the default icon does not suit you, just set the `use-icon` attribute to `false` (boolean, so bind it with `:use-icon`) and it will be ignored.
## Credits

@@ -46,0 +47,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