console-progress-bar
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -35,6 +35,3 @@ // Constants. | ||
}; | ||
const progressBarOptions = { | ||
...defaultOptions, | ||
...options | ||
}; | ||
const progressBarOptions = Object.assign({}, defaultOptions, options); | ||
@@ -41,0 +38,0 @@ // Set options. |
{ | ||
"name": "console-progress-bar", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Console progress bar", | ||
@@ -5,0 +5,0 @@ "main": "app.js", |
@@ -5,3 +5,3 @@ // Import. | ||
// Init. | ||
const consoleProgressBar = new ConsoleProgressBar(); | ||
const consoleProgressBar = new ConsoleProgressBar({ maxValue: 100 }); | ||
@@ -14,2 +14,2 @@ // Append with interval. | ||
} | ||
}, 20); | ||
}, 10); |
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
5843
113