Socket
Socket
Sign inDemoInstall

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.0.0-alpha.5 to 6.0.1

7

changelog.md

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

## 6.0.1 - 2020-10-15
* Initial webpack 5 support
* Versions going forward will support webpack 5 only
## 6.0.0
* This release is deprecated.
## 5.1.2 - 2020-09-22

@@ -10,0 +17,0 @@

4

package.json
{
"name": "assets-webpack-plugin",
"version": "6.0.0-alpha.5",
"version": "6.0.1",
"description": "Emits a json file with assets paths",

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

"chai": "4.2.0",
"css-loader": "4.3.0",
"css-loader": "5.0.0",
"mini-css-extract-plugin": "1.0.0",

@@ -44,0 +44,0 @@ "mocha": "8.1.3",

@@ -91,2 +91,6 @@ # assets-webpack-plugin

⚠️ Starting with version 6, this plugin works with Webpack 5+.
If you are working with an older version of Webpack, you can use the most recent 5.x.x release (`5.1.2`).
```sh

@@ -96,2 +100,8 @@ npm install assets-webpack-plugin --save-dev

If you're using Webpack 4 or below:
```sh
npm install webpack-assets-manifest@5.1.2 --save-dev
```
## Configuration

@@ -98,0 +108,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