
Security News
Node.js Homepage Adds Paid Support Link, Prompting Contributor Pushback
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
@popstas/node-hide-console-window
Advanced tools
A node module to toggle your app's console window visibility.
A node module to toggle your app's console window visibility. (Can be used with compilers like pkg)
I recently updated this package to match the javascript lint so if you are experiencing any problem related to not finding the method take a look at the usage section again.
yarn add node-hide-console-window
or
npm install node-hide-console-window
import {showConsole, hideConsole} from "node-hide-console-window";
//To hide your console just call:
hideConsole();
//To show it again use:
showConsole();
const ConsoleWindow = require("node-hide-console-window");
//To hide your console just call:
ConsoleWindow.hideConsole();
//To show it again use:
ConsoleWindow.showConsole();
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
FAQs
A node module to toggle your app's console window visibility.
The npm package @popstas/node-hide-console-window receives a total of 7 weekly downloads. As such, @popstas/node-hide-console-window popularity was classified as not popular.
We found that @popstas/node-hide-console-window 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.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.
Research
Security News
The Socket Research Team investigates a malicious Python typosquat of a popular password library that forces Windows shutdowns when input is incorrect.