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

friendly-errors-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

friendly-errors-webpack-plugin - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

2

package.json
{
"name": "friendly-errors-webpack-plugin",
"version": "1.6.0",
"version": "1.6.1",
"description": "Recognizes certain classes of webpack errors and cleans, aggregates and prioritizes them to provide a better Developer Experience",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -38,3 +38,3 @@ 'use strict';

'',
forgetToInstall(dependencies),
forgetToInstall(dependencies)
);

@@ -49,3 +49,3 @@ }

'',
modules.map(formatGroup),
modules.map(formatGroup)
);

@@ -84,3 +84,3 @@ }

dependencies.length && relativeModules.length ? ['', ''] : null,
relativeModulesNotFound(relativeModules),
relativeModulesNotFound(relativeModules)
);

@@ -87,0 +87,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