Comparing version 3.1.1 to 3.1.2
@@ -13,3 +13,3 @@ export async function clippie(content, {reject = false} = {}) { | ||
const el = document.createElement("textarea"); | ||
el.value = c; | ||
el.value = String(c); | ||
el.style.top = 0; | ||
@@ -16,0 +16,0 @@ el.style.left = 0; |
{ | ||
"name": "clippie", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "Teeny-tiny browser clipboard copy", | ||
@@ -5,0 +5,0 @@ "author": "silverwind", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2787