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

console-title

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

console-title - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

package.json
{
"name": "console-title",
"version": "1.0.0",
"version": "1.0.1",
"description": "Rename the console window's title",
"main": "rename.js",
"author": "daguej",
"repository": {
"type": "git",
"url": "https://github.com/daguej/node-console-title.git"
},
"license": "MIT",

@@ -8,0 +12,0 @@ "optionalDependencies": {

@@ -9,4 +9,6 @@ console-title

![Console window example](http://i.imgur.com/JFIlPQX.png)
On unix, this is done through an ANSI OSC escape sequence written to stdout. Your terminal emulator must support the escape sequence.
On Windows, this is accomplished though a call to the native `SetConsoleTitle` API; thus, you must have a working build environment for this module to function. However, if the native code build fails, your application will still work. Calls to set the console title will be silently ignored.
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