console-title
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"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. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
1578
13
0