rollup-plugin-progress
Advanced tools
Comparing version 1.0.0 to 1.1.1
@@ -39,3 +39,3 @@ import fs from 'fs'; | ||
if (options.clearLine && process.stdin.isTTY) { | ||
if (options.clearLine && process.stdout.isTTY) { | ||
process.stdout.clearLine(); | ||
@@ -60,3 +60,3 @@ process.stdout.cursorTo(0); | ||
fs.writeFileSync(totalFilePath, progress.loaded); | ||
if (options.clearLine && process.stdin.isTTY) { | ||
if (options.clearLine && process.stdout.isTTY) { | ||
process.stdout.clearLine(); | ||
@@ -63,0 +63,0 @@ process.stdout.cursorTo(0); |
@@ -43,3 +43,3 @@ 'use strict'; | ||
if (options.clearLine && process.stdin.isTTY) { | ||
if (options.clearLine && process.stdout.isTTY) { | ||
process.stdout.clearLine(); | ||
@@ -64,3 +64,3 @@ process.stdout.cursorTo(0); | ||
fs.writeFileSync(totalFilePath, progress.loaded); | ||
if (options.clearLine && process.stdin.isTTY) { | ||
if (options.clearLine && process.stdout.isTTY) { | ||
process.stdout.clearLine(); | ||
@@ -67,0 +67,0 @@ process.stdout.cursorTo(0); |
{ | ||
"name": "rollup-plugin-progress", | ||
"version": "1.0.0", | ||
"version": "1.1.1", | ||
"description": "Rollup Progress Plugin", | ||
@@ -27,8 +27,8 @@ "main": "dist/rollup-plugin-progress.js", | ||
"dependencies": { | ||
"chalk": "^1.1.3" | ||
"chalk": "^2.4.2" | ||
}, | ||
"devDependencies": { | ||
"rollup": "^1.0.0", | ||
"rollup": "^1.6.0", | ||
"rollup-plugin-buble": "^0.19.6" | ||
} | ||
} |
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
6126
+ Addedansi-styles@3.2.1(transitive)
+ Addedchalk@2.4.2(transitive)
+ Addedcolor-convert@1.9.3(transitive)
+ Addedcolor-name@1.1.3(transitive)
+ Addedhas-flag@3.0.0(transitive)
+ Addedsupports-color@5.5.0(transitive)
- Removedansi-regex@2.1.1(transitive)
- Removedansi-styles@2.2.1(transitive)
- Removedchalk@1.1.3(transitive)
- Removedhas-ansi@2.0.0(transitive)
- Removedstrip-ansi@3.0.1(transitive)
- Removedsupports-color@2.0.0(transitive)
Updatedchalk@^2.4.2