
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
terminal-control
Advanced tools
Terminal escape codes made easy. Get in full 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)
.
Run the following commands to download and install the package:
$ npm install terminal-control
#Usage
var term = require('terminal-control').init().autoClean();
term.setBold(true);
term.moveCursorTo(5,5);
console.log('This text is displayed with an offset!');
#Docs
###Init
###Text style
###Window size
###Cursor movement
###Clear line
###Clear screen
###Others
#License
See the LICENSE file.
FAQs
Terminal escape codes made easy. Get in full control.
The npm package terminal-control receives a total of 12 weekly downloads. As such, terminal-control popularity was classified as not popular.
We found that terminal-control demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.