Socket
Socket
Sign inDemoInstall

webpack-cli

Package Overview
Dependencies
350
Maintainers
4
Versions
123
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.3.8 to 3.3.9

3

bin/cli.js

@@ -317,3 +317,4 @@ #!/usr/bin/env node

if (err.details) console.error(err.details);
process.exit(1); // eslint-disable-line
process.exitCode = 1;
return;
}

@@ -320,0 +321,0 @@ if (outputOptions.json) {

{
"name": "webpack-cli",
"version": "3.3.8",
"version": "3.3.9",
"description": "CLI for webpack & friends",

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

Sorry, the diff of this file is too big to display

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