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.1.1 to 0.1.2

2

lib/utils/ansi-utils.js

@@ -27,3 +27,3 @@ "use strict";

if (cursorVisible) {
// process.stdout.write(`${CONTROL_PREFIX}?25l`);
process.stdout.write(exports.CONTROL_PREFIX + "?25l");
cursorVisible = false;

@@ -30,0 +30,0 @@ }

{
"name": "awesome-logging",
"version": "0.1.1",
"version": "0.1.2",
"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