Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

webpackbar

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpackbar - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

10

CHANGELOG.md

@@ -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)

6

dist/index.js

@@ -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": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc