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.9 to 3.3.10

5

bin/config/config-yargs.js

@@ -120,2 +120,7 @@ const optionsSchema = require("../config/optionsSchema.json");

},
"no-cache": {
type: "boolean",
describe: "Disables cached builds",
group: BASIC_GROUP
},
"module-bind": {

@@ -122,0 +127,0 @@ type: "string",

4

bin/utils/convert-argv.js

@@ -437,2 +437,6 @@ const path = require("path");

ifBooleanArg("no-cache", function() {
options.cache = false;
});
ifBooleanArg("debug", function() {

@@ -439,0 +443,0 @@ const LoaderOptionsPlugin = require("webpack").LoaderOptionsPlugin;

2

package.json
{
"name": "webpack-cli",
"version": "3.3.9",
"version": "3.3.10",
"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