Socket
Socket
Sign inDemoInstall

ora

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ora - npm Package Compare versions

Comparing version 5.2.0 to 5.3.0

8

index.js

@@ -17,2 +17,8 @@ 'use strict';

const terminalSupportsUnicode = () => (
process.platform !== 'win32' ||
process.env.TERM_PROGRAM === 'vscode' ||
Boolean(process.env.WT_SESSION)
);
class StdinDiscarder {

@@ -167,3 +173,3 @@ constructor() {

this._spinner = spinner;
} else if (process.platform === 'win32') {
} else if (!terminalSupportsUnicode()) {
this._spinner = cliSpinners.line;

@@ -170,0 +176,0 @@ } else if (spinner === undefined) {

2

package.json
{
"name": "ora",
"version": "5.2.0",
"version": "5.3.0",
"description": "Elegant terminal spinner",

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

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