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

circular-dependency-plugin

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

circular-dependency-plugin - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

5

index.js

@@ -0,1 +1,3 @@

var path = require('path');
function CircularDependencyPlugin() {}

@@ -33,3 +35,4 @@

if (isCyclic(module)) {
console.warn(module.resource, 'contains cyclical dependency');
var relativePathToModule = path.relative(process.cwd(), module.resource);
console.warn(relativePathToModule, 'contains cyclical dependency');
}

@@ -36,0 +39,0 @@ });

2

package.json

@@ -11,3 +11,3 @@ {

"description": "Detect modules with circular dependencies when bundling with webpack.",
"version": "1.0.1",
"version": "1.0.2",
"dependencies": {},

@@ -14,0 +14,0 @@ "scripts": {

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