encore-auditor
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -319,2 +319,9 @@ 'use strict'; | ||
] | ||
}, { | ||
// https://regex101.com/r/gR2vS1/1 | ||
pattern: /encore\.ui\.\w+\b/i, | ||
messages: [ | ||
'Submodules are likely to change across versions.', | ||
'Use "encore.ui" instead.' | ||
] | ||
} | ||
@@ -326,2 +333,9 @@ ], | ||
{ | ||
// https://regex101.com/r/gR2vS1/1 | ||
pattern: /encore\.ui\.\w+\b/i, | ||
messages: [ | ||
'Submodules are likely to change across versions.', | ||
'Use "encore.ui" instead.' | ||
] | ||
}, { | ||
// https://regex101.com/r/cX0yE4/1 | ||
@@ -328,0 +342,0 @@ pattern: /cssSelector\s*:/, |
{ | ||
"name": "encore-auditor", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Source code analyzer for EncoreUI applications.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/encore-auditor.js", |
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
29900
654