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

webpack-messages

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-messages - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

index.js

@@ -25,3 +25,3 @@ const chalk = require('chalk');

compiler.plugin('compilation', onStart);
compiler.plugin('compile', onStart);
compiler.plugin('invalid', _ => clear() && onStart());

@@ -28,0 +28,0 @@

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

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

@@ -60,4 +60,2 @@ # webpack-messages

Extracts & prettifies warning and error messages from Webpack.
#### options.name

@@ -67,3 +65,3 @@

Optionally provide a name your bundle. Strongly recommended when compiling multiple bundles!
Optionally provide a name for your bundle. Strongly recommended when compiling multiple bundles!

@@ -70,0 +68,0 @@ #### options.logger

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