New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

copy-paste

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

copy-paste - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

3

index.js

@@ -30,2 +30,5 @@ var child_process = require("child_process");

break;
case "freebsd":
config = require("./platform/linux");
break;
case "openbsd":

@@ -32,0 +35,0 @@ config = require("./platform/openbsd");

2

package.json
{ "name": "copy-paste"
, "version": "1.2.0"
, "version": "1.3.0"
, "description": "A command line utility that allows read/write (i.e copy/paste) access to the system clipboard."

@@ -4,0 +4,0 @@ , "keywords": [ "copy", "paste", "copy and paste", "clipboard" ]

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