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.0 to 1.1.1

9

index.js

@@ -28,6 +28,13 @@ 'use strict';

const opts = Object.assign({}, defaults, options);
const { id } = options;
delete opts.id;
Object.defineProperty(opts, 'id', {
get() {
return this.name + (opts.unique ? `-${uuid()}` : '');
if (!id) {
return this.name + (opts.unique ? `-${uuid()}` : '');
}
return id;
}

@@ -34,0 +41,0 @@ });

2

package.json
{
"name": "webpack-log",
"version": "1.1.0",
"version": "1.1.1",
"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