encore-auditor
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -492,10 +492,10 @@ 'use strict'; | ||
] | ||
}, { | ||
// https://regex101.com/r/rA2oI7/1 | ||
pattern: /\.exists\(/, | ||
type: 'error', | ||
messages: [ | ||
'The "exists" function has been deprecated.', | ||
'Use "isPresent()" instead.' | ||
] | ||
//}, { | ||
// // https://regex101.com/r/rA2oI7/1 | ||
// pattern: /\.exists\(/, | ||
// type: 'error', | ||
// messages: [ | ||
// 'The "exists" function has been deprecated.', | ||
// 'Use "isPresent()" instead.' | ||
// ] | ||
}, | ||
@@ -502,0 +502,0 @@ ], |
{ | ||
"name": "encore-auditor", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
28924
0