New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

awesome-logging

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

awesome-logging - npm Package Compare versions

Comparing version 0.2.5 to 0.2.6

8

lib/logger/logger-manager.js

@@ -36,9 +36,13 @@ "use strict";

changeKeyListener(listener) {
var _a, _b, _c, _d;
if (awesome_logger_1.AwesomeLogger.restrictedLogging) {
return;
}
this._currentKeyListener = listener;
if (!this._currentKeyListener) {
process.stdin.setRawMode(false);
(_b = (_a = process.stdin).setRawMode) === null || _b === void 0 ? void 0 : _b.call(_a, false);
process.stdin.pause();
}
else {
process.stdin.setRawMode(true);
(_d = (_c = process.stdin).setRawMode) === null || _d === void 0 ? void 0 : _d.call(_c, true);
process.stdin.resume();

@@ -45,0 +49,0 @@ }

{
"name": "awesome-logging",
"version": "0.2.5",
"version": "0.2.6",
"description": "Advanced logging messages, interactive prompts, loading animations and more in TypeScript",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

Sorry, the diff of this file is not supported yet

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