is-svg-attribute
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -58,3 +58,3 @@ /** | ||
module.exports = function (attr) { | ||
return attr in attributes | ||
return attr in exports.attributes | ||
} |
{ | ||
"name": "is-svg-attribute", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Check if an attribute name is an SVG attribute", | ||
@@ -5,0 +5,0 @@ "main": "index.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
1627