Socket
Socket
Sign inDemoInstall

webpack-log

Package Overview
Dependencies
34
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.2 to 1.2.0

8

index.js

@@ -61,4 +61,10 @@ 'use strict';

// NOTE: this is exported so that consumers of webpack-log can use the same
// version of chalk to decorate log messages without incurring additional
// dependency overhead. This is an atypical practice, but chalk version
// segmentation is a common issue.
module.exports.chalk = chalk;
/**
* @note: This is an undocumented function solely for the purpose of tests.
* @NOTE: This is an undocumented function solely for the purpose of tests.
* Do not use this method in production code. Using in production code

@@ -65,0 +71,0 @@ * may result in strange behavior.

2

package.json
{
"name": "webpack-log",
"version": "1.1.2",
"version": "1.2.0",
"description": "A common logging module for the Webpack ecosystem",

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

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