eslint-plugin-uilib
Advanced tools
Comparing version 1.0.18 to 1.0.19
@@ -116,3 +116,5 @@ const _ = require('lodash'); | ||
_.forEach(spreadSource.properties, (property) => { | ||
checkPropDeprecation(property.key, property.key.name, props, name); | ||
const key = _.get(property, 'key'); | ||
const propName = _.get(property, 'key.name'); | ||
checkPropDeprecation(key, propName, props, name); | ||
}); | ||
@@ -119,0 +121,0 @@ } |
{ | ||
"name": "eslint-plugin-uilib", | ||
"version": "1.0.18", | ||
"version": "1.0.19", | ||
"description": "uilib set of eslint rules", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
33329
901