Socket
Socket
Sign inDemoInstall

webpack-progress-bar

Package Overview
Dependencies
79
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

2

package.json
{
"name": "webpack-progress-bar",
"version": "1.0.4",
"version": "1.0.5",
"main": "index.js",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -25,2 +25,4 @@ # webpack-progress-bar

incomplete: {
// 'black', 'red', 'green', 'yellow', 'blue', 'magenta', 'cyan', 'white'
// '黑色','红色','绿色','黄色','蓝色','品红','青色','白色'
bg: 'white',

@@ -33,5 +35,5 @@ content: ' '

},
width: 25,
clear: true,
total: 100
width: 25, // Control progress bar width. 控制进度条宽度
clear: true, // Clear the progress bar after compilation is complete.编译完成后清除进度条。
total: 100
})

@@ -38,0 +40,0 @@

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc