🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

tinyclip

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tinyclip - npm Package Compare versions

Comparing version
0.1.8
to
0.1.9
+3
-4
dist/index.js

@@ -1,2 +0,1 @@

/// <reference types="node" />
import { spawn } from 'node:child_process';

@@ -20,8 +19,8 @@ const TIMEOUT = 2000;

case 'openbsd':
if (process.env.WSL_DISTRO_NAME) {
return ['powershell.exe', ['-noprofile', '-command', 'Get-Clipboard']];
}
if (process.env.WAYLAND_DISPLAY) {
return ['wl-paste', []];
}
if (process.env.WSL_DISTRO_NAME) {
return ['powershell.exe', ['-noprofile', '-command', 'Get-Clipboard']];
}
if (await checkUnixCommandExists('xsel')) {

@@ -28,0 +27,0 @@ return ['xsel', ['--clipboard', '--output']];

{
"name": "tinyclip",
"packageManager": "pnpm@10.30.1",
"version": "0.1.8",
"version": "0.1.9",
"description": "A tiny utility to interact with the system clipboard.",

@@ -6,0 +6,0 @@ "keywords": [