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

clippie

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clippie - npm Package Compare versions

Comparing version 3.1.1 to 3.1.2

2

index.js

@@ -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",

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