Socket
Socket
Sign inDemoInstall

webpack-cli

Package Overview
Dependencies
Maintainers
4
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-cli - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

11

bin/webpack.js

@@ -35,9 +35,2 @@ #!/usr/bin/env node

const nodeFlags = process.argv.filter((arg) => arg.includes("node."));
if (nodeFlags.length) {
require("./process-node-flags")(process.argv);
return;
}
const NON_COMPILATION_CMD = process.argv.find(arg => {

@@ -272,4 +265,4 @@ if (arg === "serve") {

? {
write: () => { }
} // eslint-disable-line
write: () => {}
} // eslint-disable-line
: process.stdout;

@@ -276,0 +269,0 @@

2

package.json
{
"name": "webpack-cli",
"version": "2.1.1",
"version": "2.1.2",
"description": "CLI for webpack & friends",

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

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