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 2.0.3 to 2.0.4

2

index.js

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

const log = str => console.log(str);
const clear = _ => (cClear(),true);
const clear = _ => (cClear(true),true);

@@ -10,0 +10,0 @@ class WebpackMessages {

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

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

"console-clear": "^1.0.0",
"kleur": "^2.0.1",
"kleur": "^3.0.0",
"webpack-format-messages": "^2.0.0"
}
}
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