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

terminal-control

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terminal-control - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

package.json
{
"name": "terminal-control",
"version": "0.0.1",
"version": "0.0.2",
"description": "Terminal escape codes made easy. Get in full control.",

@@ -5,0 +5,0 @@ "main": "terminal-control.js",

@@ -6,2 +6,4 @@ terminal-control

If your application runs in different environments, don't worry. The init function checks if the process runs in a tty. If it's not, no escape codes will be output even if you call the methods. You can override this behavior by calling ```init(true)```.
# Installation

@@ -17,3 +19,3 @@ Run the following commands to download and install the package:

```
var term = require('terminal-control');
var term = require('terminal-control').init();

@@ -20,0 +22,0 @@ term.setBold(true);

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