Socket
Socket
Sign inDemoInstall

webpack-cli

Package Overview
Dependencies
13
Maintainers
4
Versions
123
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.0 to 3.2.1

8

bin/convert-argv.js

@@ -72,4 +72,4 @@ const path = require("path");

} else {
const defaultConfigFiles = ["webpack.config", "webpackfile"];
const webpackConfigFileRegExp = `(${defaultConfigFiles.join("|")})(${extensions.join("|")})`;
const defaultConfigFileNames = ["webpack.config", "webpackfile"].join("|");
const webpackConfigFileRegExp = `(${defaultConfigFileNames})(${extensions.join("|")})`;
const pathToWebpackConfig = findup(webpackConfigFileRegExp);

@@ -79,5 +79,7 @@

const resolvedPath = path.resolve(pathToWebpackConfig);
const actualConfigFileName = path.basename(resolvedPath);
const ext = actualConfigFileName.replace(new RegExp(defaultConfigFileNames), "");
configFiles.push({
path: resolvedPath,
ext: resolvedPath.split(".").pop()
ext,
});

@@ -84,0 +86,0 @@ }

@@ -0,1 +1,27 @@

<a name="3.2.1"></a>
# 3.2.1 (2019-01-07)
[Full Changelog](https://github.com/webpack/webpack-cli/compare/v0.1.3...v3.2.1)
## Chore
* dependency: add `node-ts` as devDependency ([#724](https://github.com/webpack/webpack-cli/pull/724))
## Docs
* scaffold: Add installation guide for packages/webpack-scaffold ([#727](https://github.com/webpack/webpack-cli/pull/727))
## Fix
* bin: extension detection ([#724](https://github.com/webpack/webpack-cli/pull/724))
## Tests
* bin: add `webpack.config.ts` related test ([#724](https://github.com/webpack/webpack-cli/pull/724))
* bin: add `.babelrc` to webpack-babel-config test ([#724](https://github.com/webpack/webpack-cli/pull/724))
* bin: add `webpack.config.babel.js` related test ([#724](https://github.com/webpack/webpack-cli/pull/724))
## Misc
* replace opencollective with light vers ([848bf4b](https://github.com/webpack/webpack-cli/commit/848bf4b))
<a name="3.2.0"></a>

@@ -2,0 +28,0 @@ # 3.2.0 (2019-01-03)

{
"name": "webpack-cli",
"version": "3.2.0",
"version": "3.2.1",
"description": "CLI for webpack & friends",

@@ -46,3 +46,3 @@ "license": "MIT",

"watch": "npm run build && tsc -w",
"postinstall": "opencollective postinstall"
"postinstall": "lightercollective"
},

@@ -118,4 +118,4 @@ "husky": {

"interpret": "^1.1.0",
"lightercollective": "^0.1.0",
"loader-utils": "^1.1.0",
"opencollective": "^1.0.3",
"supports-color": "^5.5.0",

@@ -157,2 +157,3 @@ "v8-compile-cache": "^2.0.2",

"ts-jest": "^23.10.4",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",

@@ -167,5 +168,4 @@ "typedoc": "^0.13.0",

"type": "opencollective",
"url": "https://opencollective.com/webpack",
"logo": "https://opencollective.com/webpack/logo.txt"
"url": "https://opencollective.com/webpack"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc