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 0.4.0 to 0.4.1

4

index.js

@@ -69,3 +69,3 @@ 'use strict';

cliCursor.hide();
cliCursor.hide(this.stream);
this.render();

@@ -85,3 +85,3 @@ this.id = setInterval(this.render.bind(this), this.interval);

this.clear();
cliCursor.show();
cliCursor.show(this.stream);

@@ -88,0 +88,0 @@ return this;

{
"name": "ora",
"version": "0.4.0",
"version": "0.4.1",
"description": "Elegant terminal spinner",

@@ -39,3 +39,3 @@ "license": "MIT",

"chalk": "^1.1.1",
"cli-cursor": "^1.0.2",
"cli-cursor": "^2.1.0",
"cli-spinners": "^1.0.0",

@@ -42,0 +42,0 @@ "log-symbols": "^1.0.2"

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