eslint-plugin-strict-dependencies
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "eslint-plugin-strict-dependencies", | ||
"description": "ESlint plugin to define custom module dependency rules.", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"repository": { | ||
@@ -27,8 +27,10 @@ "type": "git", | ||
], | ||
"devDependencies": { | ||
"dependencies": { | ||
"is-glob": "^4.0.3", | ||
"jest": "^27.2.4", | ||
"micromatch": "^4.0.4", | ||
"require-strip-json-comments": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"jest": "^27.2.4" | ||
}, | ||
"scripts": { | ||
@@ -35,0 +37,0 @@ "test": "jest --coverage" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8025
1
3
+ Addedis-glob@^4.0.3
+ Addedmicromatch@^4.0.4
+ Addedbraces@3.0.3(transitive)
+ Addedfill-range@7.1.1(transitive)
+ Addedis-extglob@2.1.1(transitive)
+ Addedis-glob@4.0.3(transitive)
+ Addedis-number@7.0.0(transitive)
+ Addedmicromatch@4.0.8(transitive)
+ Addedpicomatch@2.3.1(transitive)
+ Addedrequire-strip-json-comments@2.0.0(transitive)
+ Addedstrip-json-comments@3.1.1(transitive)
+ Addedto-regex-range@5.0.1(transitive)