webpackbar
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="2.0.1"></a> | ||
## [2.0.1](https://github.com/nuxt/webpackbar/compare/v2.0.0...v2.0.1) (2018-03-31) | ||
### Bug Fixes | ||
* fix cannot read property 'write' of undefined ([ccb1d65](https://github.com/nuxt/webpackbar/commit/ccb1d65)) | ||
<a name="2.0.0"></a> | ||
@@ -7,0 +17,0 @@ # [2.0.0](https://github.com/nuxt/webpackbar/compare/v1.5.1...v2.0.0) (2018-03-31) |
@@ -108,3 +108,3 @@ 'use strict'; | ||
if (this.options.minimal) { | ||
this.stream.write(`Compiling ${this.options.name}\n`); | ||
this.options.stream.write(`Compiling ${this.options.name}\n`); | ||
} | ||
@@ -116,7 +116,7 @@ delete this.state.time; | ||
if (this.options.minimal) { | ||
this.stream.write(`Compiled ${this.options.name} in ${(0, _prettyTime2.default)(this.state.time)}\n`); | ||
this.options.stream.write(`Compiled ${this.options.name} in ${(0, _prettyTime2.default)(this.state.time)}\n`); | ||
} else { | ||
this.logUpdate.clear(); | ||
if (this.options.compiledIn) { | ||
process.stdout.write(`${[_utils.TICK, this.options.name, 'compiled in', (0, _prettyTime2.default)(time, 'ms')].join(' ')}\n`); | ||
this.options.stream.write(`${[_utils.TICK, this.options.name, 'compiled in', (0, _prettyTime2.default)(time, 'ms')].join(' ')}\n`); | ||
} | ||
@@ -123,0 +123,0 @@ } |
{ | ||
"name": "webpackbar", | ||
"version": "2.0.0", | ||
"author": "Pooya Parsa <pooya@pi0.ir>", | ||
"version": "2.0.1", | ||
"description": "Elegant ProgressBar and Profiler for Webpack", | ||
"license": "MIT", | ||
"repository": "nuxt/webpackbar", | ||
"author": "Pooya Parsa <pooya@pi0.ir>", | ||
"homepage": "https://github.com/nuxt/webpackbar", | ||
"bugs": "https://github.com/nuxt/webpackbar/issues", | ||
"main": "dist/cjs.js", | ||
"files": [ | ||
"dist" | ||
], | ||
"engines": { | ||
"node": ">= 6.9.0" | ||
}, | ||
"scripts": { | ||
@@ -35,2 +38,8 @@ "start": "npm run build -- -w", | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"peerDependencies": { | ||
"webpack": "^3.0.0 || ^4.0.0" | ||
}, | ||
"dependencies": { | ||
@@ -78,11 +87,2 @@ "chalk": "^2.3.2", | ||
}, | ||
"engines": { | ||
"node": ">= 6.9.0 || >= 8.9.0" | ||
}, | ||
"peerDependencies": { | ||
"webpack": "^3.0.0 || ^4.0.0" | ||
}, | ||
"homepage": "https://github.com/nuxt/webpackbar", | ||
"repository": "https://github.com/nuxt/webpackbar", | ||
"bugs": "https://github.com/nuxt/webpackbar/issues", | ||
"pre-commit": "lint-staged", | ||
@@ -89,0 +89,0 @@ "lint-staged": { |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
22140