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.2.1 to 1.2.2

3

lib/windows.js
'use strct';
const path = require('path');
const execa = require('execa');
const arch = require('arch');
// Binaries from: https://github.com/sindresorhus/win-clipboard
const winBinPath = process.arch === 'x64' ?
const winBinPath = arch() === 'x64' ?
path.join(__dirname, '../fallbacks/windows/clipboard_x86_64.exe') :

@@ -8,0 +9,0 @@ path.join(__dirname, '../fallbacks/windows/clipboard_i686.exe');

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

@@ -37,2 +37,3 @@ "license": "MIT",

"dependencies": {
"arch": "^2.1.0",
"execa": "^0.8.0"

@@ -39,0 +40,0 @@ },

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