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

clipboardy

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clipboardy - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

6

index.js

@@ -20,7 +20,9 @@ 'use strict';

const winBinPath = path.join(__dirname, 'fallbacks/win-read.vbs');
const win32 = {
copy: opts => execa('clip', [], opts),
paste: opts => execa.stdout('cscript', ['/Nologo', '.\\fallbacks\\win-read.vbs'], opts),
paste: opts => execa.stdout('cscript', ['/Nologo', winBinPath], opts),
copySync: opts => execa.sync('clip', [], opts),
pasteSync: opts => execa.sync('cscript', ['/Nologo', '.\\fallbacks\\win-read.vbs'], opts)
pasteSync: opts => execa.sync('cscript', ['/Nologo', winBinPath], opts)
};

@@ -27,0 +29,0 @@

{
"name": "clipboardy",
"version": "1.0.1",
"version": "1.0.2",
"description": "Access the system clipboard (copy/paste)",

@@ -5,0 +5,0 @@ "license": "MIT",

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