log-update
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -8,5 +8,4 @@ 'use strict'; | ||
cliCursor.hide(); | ||
var render = function () { | ||
cliCursor.hide(); | ||
var out = [].join.call(arguments, ' ') + '\n'; | ||
@@ -13,0 +12,0 @@ stream.write(ansiEscapes.eraseLines(prevLineCount) + out); |
{ | ||
"name": "log-update", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Log by overwriting the previous output in the terminal. Useful for rendering progress bars, animations, etc.", | ||
@@ -16,3 +16,3 @@ "license": "MIT", | ||
"scripts": { | ||
"test": "xo && node test.js" | ||
"test": "xo && ava" | ||
}, | ||
@@ -42,8 +42,8 @@ "files": [ | ||
"ansi-escapes": "^1.0.0", | ||
"cli-cursor": "^1.0.1" | ||
"cli-cursor": "^1.0.2" | ||
}, | ||
"devDependencies": { | ||
"ava": "0.0.4", | ||
"ava": "*", | ||
"xo": "*" | ||
} | ||
} |
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
3868
Updatedcli-cursor@^1.0.2