generate-webpack-config
Advanced tools
Comparing version 1.4.0 to 2.0.0
@@ -6,2 +6,21 @@ # Change Log | ||
# [2.0.0](https://github.com/namics/webpack-config-plugins/compare/v1.4.0...v2.0.0) (2020-03-18) | ||
### Features | ||
* Update dependencies ([19642f2](https://github.com/namics/webpack-config-plugins/commit/19642f28ef1f400ca615467ad60117737349bb6a)) | ||
* Upgrade webpack to 4.36 ([d61386f](https://github.com/namics/webpack-config-plugins/commit/d61386f44026595efbbef8aa5b7ddd2463eaf4be)) | ||
* **ts-config-webpack-plugin:** Upgrade ts-loader ([a632447](https://github.com/namics/webpack-config-plugins/commit/a632447e6681ec7fdc9c702d754867b93f084b72)) | ||
### BREAKING CHANGES | ||
* **ts-config-webpack-plugin:** Drop support for node 6 | ||
* Requires webpack 4.36.0 or higher | ||
# [1.4.0](https://github.com/namics/webpack-config-plugins/compare/v1.3.4...v1.4.0) (2019-07-08) | ||
@@ -8,0 +27,0 @@ |
@@ -7,3 +7,3 @@ { | ||
"repository": "https://github.com/namics/webpack-config-plugins.git", | ||
"version": "1.4.0", | ||
"version": "2.0.0", | ||
"author": "Namics AG - Technology & Application", | ||
@@ -56,4 +56,4 @@ "license": "MIT", | ||
"@types/jest": "23.3.13", | ||
"@types/node": "10.12.18", | ||
"@types/webpack": "4.4.21", | ||
"@types/node": "13.9.1", | ||
"@types/webpack": "4.41.7", | ||
"inquirer": "6.2.1", | ||
@@ -64,6 +64,6 @@ "jest": "23.6.0", | ||
"rimraf": "2.6.3", | ||
"ts-config-webpack-plugin": "^1.4.0", | ||
"ts-config-webpack-plugin": "^2.0.0", | ||
"ts-jest": "23.10.5", | ||
"typescript": "3.5.2", | ||
"webpack": "4.21.0", | ||
"typescript": "3.8.3", | ||
"webpack": "4.36.0", | ||
"webpack-cli": "3.1.2" | ||
@@ -73,5 +73,5 @@ }, | ||
"npm": ">=5", | ||
"node": ">=6" | ||
"node": ">=8" | ||
}, | ||
"gitHead": "bc3e68040fce01b754629e0e767c4b6128e96b99" | ||
"gitHead": "a48a609a0d730bfbe16f493e207562bfa540aed0" | ||
} |
Sorry, the diff of this file is too big to display
High entropy strings
Supply chain riskContains high entropy strings. This could be a sign of encrypted data, leaked secrets or obfuscated code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
588420
5
2219
34