Socket
Socket
Sign inDemoInstall

copy-to-clipboard-ultralight

Package Overview
Dependencies
0
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.12 to 1.0.13

2

package.json
{
"name": "copy-to-clipboard-ultralight",
"version": "1.0.12",
"version": "1.0.13",
"description": "Copy text to clipboard, support TypeScript.",

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

@@ -8,3 +8,3 @@ # copy-to-clipboard-ultralight

⚠️ Only support modern browser.
⚠️ Wide browser support, for example IE >= 10.

@@ -68,7 +68,7 @@ 🔑 UMD module & ESModule, offer .d.ts file to support Typescript.

We would try to use `document.execCommand('copy')` with **NO FALLBACK**. So this tool only support modern browser like Chrome, Edge, safari, etc.
We would try to use `document.execCommand('copy')` with **NO FALLBACK**. So this tool only support browser like Chrome, Edge, safari, IE >= 10, etc.
You can check compatibility here https://caniuse.com/?search=execCommand%3A%20copy%20command
I suggest you to run [Online demo](https://www.huangyn.icu/temp-html/copy-to-clipboard-ultralight-demo.html) in your target browser, or check compatibility here https://caniuse.com/?search=execCommand%3A%20copy%20command

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc