New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

generate-webpack-config

Package Overview
Dependencies
Maintainers
4
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generate-webpack-config - npm Package Compare versions

Comparing version 1.4.0 to 2.0.0

19

CHANGELOG.md

@@ -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 @@

16

package.json

@@ -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

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