New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

webpack-messages

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-messages - npm Package Compare versions

Comparing version

to
2.0.3

@@ -46,3 +46,3 @@ const colors = require('kleur');

if (compiler.hooks !== void 0) {
compiler.hooks.compilation.tap(NAME, onStart);
compiler.hooks.compile.tap(NAME, onStart);
compiler.hooks.invalid.tap(NAME, _ => clear() && onStart());

@@ -49,0 +49,0 @@ compiler.hooks.done.tap(NAME, onComplete);

{
"name": "webpack-messages",
"version": "2.0.2",
"version": "2.0.3",
"description": "Beautifully format Webpack messages throughout your bundle lifecycle(s)!",

@@ -5,0 +5,0 @@ "repository": "lukeed/webpack-messages",