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

@lerna-lite/npmlog

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lerna-lite/npmlog - npm Package Compare versions

Comparing version 3.7.0 to 3.8.0

2

dist/npmlog.js

@@ -59,3 +59,3 @@ import consoleControl from 'console-control-strings';

useColor() {
return this.colorEnabled != null ? this.colorEnabled : this._stream?.isTTY ?? false;
return this.colorEnabled != null ? this.colorEnabled : (this._stream?.isTTY ?? false);
}

@@ -62,0 +62,0 @@ enableColor() {

{
"name": "@lerna-lite/npmlog",
"description": "Lerna-Lite npmlog reimplementation of the now deprecated npm/npmlog",
"version": "3.7.0",
"version": "3.8.0",
"files": [

@@ -42,3 +42,3 @@ "/dist"

},
"gitHead": "c59f1ea695260d79b4730a72f7998c66fabe28e6"
"gitHead": "c65708af1e55d42fd06b5e38e2fc32fce8ecbfc3"
}

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