Socket
Socket
Sign inDemoInstall

clippie

Package Overview
Dependencies
0
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.6 to 4.0.7

3

index.js

@@ -37,4 +37,3 @@ export async function clippie(content, {reject = false} = {}) {

el.select();
const success = document.execCommand("copy");
return success !== false;
return document.execCommand("copy");
} finally {

@@ -41,0 +40,0 @@ el.remove();

{
"name": "clippie",
"version": "4.0.6",
"version": "4.0.7",
"description": "Teeny-tiny browser clipboard copy",

@@ -15,11 +15,10 @@ "author": "silverwind",

"devDependencies": {
"blob-polyfill": "7.0.20220408",
"eslint": "8.46.0",
"eslint-config-silverwind": "74.0.0",
"jsdom": "22.1.0",
"updates": "14.3.4",
"versions": "11.0.1",
"vitest": "0.33.0",
"vitest-config-silverwind": "2.1.0"
"eslint": "8.56.0",
"eslint-config-silverwind": "80.0.3",
"jsdom": "24.0.0",
"updates": "15.1.2",
"versions": "12.0.1",
"vitest": "1.2.2",
"vitest-config-silverwind": "5.1.1"
}
}
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