Comparing version 0.4.0 to 0.4.1
@@ -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" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7550
+ Addedcli-cursor@2.1.0(transitive)
+ Addedmimic-fn@1.2.0(transitive)
+ Addedonetime@2.0.1(transitive)
+ Addedrestore-cursor@2.0.0(transitive)
+ Addedsignal-exit@3.0.7(transitive)
- Removedcli-cursor@1.0.2(transitive)
- Removedexit-hook@1.1.1(transitive)
- Removedonetime@1.1.0(transitive)
- Removedrestore-cursor@1.0.1(transitive)
Updatedcli-cursor@^2.1.0