@locker/eslint-rule-maker
Advanced tools
Comparing version 0.14.19 to 0.14.20
@@ -107,3 +107,4 @@ /*! | ||
}) { | ||
return astLib.getType(node) === 'MemberExpression' && NO_FIX_OVERRIDE; | ||
const type = astLib.getType(node); | ||
return (type === 'Identifier' || type === 'MemberExpression') && NO_FIX_OVERRIDE; | ||
} | ||
@@ -290,2 +291,2 @@ | ||
exports.matchers = matchers; | ||
/*! version: 0.14.19 */ | ||
/*! version: 0.14.20 */ |
@@ -99,3 +99,4 @@ /*! | ||
}) { | ||
return astLib.getType(node) === 'MemberExpression' && NO_FIX_OVERRIDE; | ||
const type = astLib.getType(node); | ||
return (type === 'Identifier' || type === 'MemberExpression') && NO_FIX_OVERRIDE; | ||
} | ||
@@ -280,2 +281,2 @@ | ||
export { astLib, createRule, matchers }; | ||
/*! version: 0.14.19 */ | ||
/*! version: 0.14.20 */ |
{ | ||
"name": "@locker/eslint-rule-maker", | ||
"version": "0.14.19", | ||
"version": "0.14.20", | ||
"license": "Salesforce Developer Agreement", | ||
@@ -26,4 +26,4 @@ "author": "Salesforce UI Security Team", | ||
"dependencies": { | ||
"@locker/ast-lib-maker": "0.14.19", | ||
"@locker/shared": "0.14.19" | ||
"@locker/ast-lib-maker": "0.14.20", | ||
"@locker/shared": "0.14.20" | ||
}, | ||
@@ -34,3 +34,3 @@ "files": [ | ||
], | ||
"gitHead": "72332f9b003b1b1ed92795c2319e6da57d906d2f" | ||
"gitHead": "293789c383e41efa0b3f2a96e8330e61321e2956" | ||
} |
Sorry, the diff of this file is not supported yet
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
26373
519
+ Added@locker/ast-lib-maker@0.14.20(transitive)
+ Added@locker/shared@0.14.20(transitive)
- Removed@locker/ast-lib-maker@0.14.19(transitive)
- Removed@locker/shared@0.14.19(transitive)
Updated@locker/shared@0.14.20