Socket
Socket
Sign inDemoInstall

ora

Package Overview
Dependencies
21
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.4 to 4.0.5

6

index.js

@@ -95,6 +95,10 @@ 'use strict';

const stdinDiscarder = new StdinDiscarder();
let stdinDiscarder;
class Ora {
constructor(options) {
if (!stdinDiscarder) {
stdinDiscarder = new StdinDiscarder();
}
if (typeof options === 'string') {

@@ -101,0 +105,0 @@ options = {

2

package.json
{
"name": "ora",
"version": "4.0.4",
"version": "4.0.5",
"description": "Elegant terminal spinner",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc