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

@webpack-cli/serve

Package Overview
Dependencies
Maintainers
3
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webpack-cli/serve - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

5

lib/index.js

@@ -36,5 +36,3 @@ "use strict";

}
const builtInOptions = cli.getBuiltInOptions().filter(
// eslint-disable-next-line @typescript-eslint/no-explicit-any
(option) => option.name !== "watch");
const builtInOptions = cli.getBuiltInOptions();
return [...builtInOptions, ...devServerFlags];

@@ -83,2 +81,3 @@ },

webpackCLIOptions.argv = Object.assign(Object.assign({}, options), { env: Object.assign({ WEBPACK_SERVE: true }, options.env) });
webpackCLIOptions.isWatchingLikeCommand = true;
const compiler = await cli.createCompiler(webpackCLIOptions);

@@ -85,0 +84,0 @@ if (!compiler) {

4

package.json
{
"name": "@webpack-cli/serve",
"version": "2.0.3",
"version": "2.0.4",
"description": "",

@@ -32,3 +32,3 @@ "main": "lib/index.js",

},
"gitHead": "5aeab7cb04cfbf42bf23dbb32e28a1e78c941887"
"gitHead": "f9fd17975c9de1a3c129bf2e47c8fdf9bf8c1664"
}
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