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

@jsenv/log

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsenv/log - npm Package Compare versions

Comparing version 3.3.5 to 3.4.0

2

package.json
{
"name": "@jsenv/log",
"version": "3.3.5",
"version": "3.4.0",
"description": "Nice and dynamic logs in the terminal",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -12,2 +12,3 @@ import { ANSI } from "./ansi.js";

effect = () => {},
animated = true,
}) => {

@@ -29,3 +30,3 @@ let frameIndex = 0;

let cleanup;
if (ANSI.supported) {
if (animated && ANSI.supported) {
running = true;

@@ -32,0 +33,0 @@ cleanup = effect();

@@ -8,3 +8,3 @@ import { msAsDuration } from "./duration_log.js";

label,
{ disabled = false, stopOnWriteFromOutside } = {},
{ disabled = false, animated = true, stopOnWriteFromOutside } = {},
) => {

@@ -26,2 +26,3 @@ if (disabled) {

stopOnWriteFromOutside,
animated,
});

@@ -28,0 +29,0 @@ return {

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