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

ora

Package Overview
Dependencies
Maintainers
1
Versions
50
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 6.1.1 to 6.1.2

2

package.json
{
"name": "ora",
"version": "6.1.1",
"version": "6.1.2",
"description": "Elegant terminal spinner",

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

@@ -82,15 +82,5 @@ import process from 'node:process';

const {stdin} = process;
const wasPaused = stdin.isPaused();
this.#rl.close();
// Keep stdin unpaused across the readline close if it is already
// unpaused. See #209 for more details.
if (!wasPaused && stdin.isPaused()) {
stdin.resume();
}
this.#rl = undefined;
}
}
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