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

copy2cb

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

copy2cb - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

3

copy.js

@@ -0,3 +1,4 @@

var chalk = require('chalk')
// Force colors as playing with /dev/tty might disable it
var chalk = require('chalk').enabled = true
chalk.enabled = true
var copy = require('copy-paste').copy

@@ -4,0 +5,0 @@ var tty = require('./direct_tty')

{
"name": "copy2cb",
"version": "1.0.2",
"version": "1.0.3",
"description": "A small module for CLI tools to write to both process.stdout and clipboard",

@@ -5,0 +5,0 @@ "main": "copy.js",

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