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

assets-webpack-plugin

Package Overview
Dependencies
Maintainers
2
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

assets-webpack-plugin - npm Package Compare versions

Comparing version 6.1.2 to 7.0.0

4

changelog.md

@@ -8,2 +8,6 @@ # Change Log

## 7.0.0 - 2020-12-11
* Requires webpack 5 or greater as a peer dependency
* Closes [#322](https://github.com/ztoben/assets-webpack-plugin/issues/322)
## 6.1.2 - 2020-12-08

@@ -10,0 +14,0 @@ * Closes [#319](https://github.com/ztoben/assets-webpack-plugin/issues/319)

7

package.json
{
"name": "assets-webpack-plugin",
"version": "6.1.2",
"version": "7.0.0",
"description": "Emits a json file with assets paths",

@@ -42,3 +42,3 @@ "main": "dist/index.js",

"css-loader": "5.0.1",
"mini-css-extract-plugin": "1.3.2",
"mini-css-extract-plugin": "1.3.3",
"mocha": "8.2.1",

@@ -55,3 +55,6 @@ "rimraf": "3.0.2",

"lodash": "^4.17.20"
},
"peerDependencies": {
"webpack": ">=5.0.0"
}
}
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