Socket
Socket
Sign inDemoInstall

circular-dependency-plugin

Package Overview
Dependencies
77
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.0 to 5.0.1

5

CHANGELOG.md
# Changelog
## 5.0.1
* Set webpack peer dependency to greater than `4.0.1`
## 5.0.0

@@ -8,3 +12,2 @@

## 4.4.0

@@ -11,0 +14,0 @@

4

package.json

@@ -10,6 +10,6 @@ {

"peerDependencies": {
"webpack": "4.x"
"webpack": ">=4.0.1"
},
"description": "Detect modules with circular dependencies when bundling with webpack.",
"version": "5.0.0",
"version": "5.0.1",
"engines": {

@@ -16,0 +16,0 @@ "node": ">=6.0.0"

@@ -9,3 +9,3 @@ ## Circular Dependency Plugin

The latest major version of this plugin `5`, supports webpack `4.x.x` as a peer dependency. Major version `4` of this plugin and below are intended to support webpack `3.x.x` and below as a peer dependency.
The latest major version of this plugin `5`, supports webpack `4.0.1` and greater as a peer dependency. Major version `4` of this plugin and below are intended to support webpack `3.x.x` and below as a peer dependency.

@@ -12,0 +12,0 @@ ### Basic Usage

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc