Comparing version 1.4.0 to 1.4.1
24
index.js
@@ -227,17 +227,13 @@ var VAR = 0, TEXT = 1, OPEN = 2, CLOSE = 3, ATTR = 4 | ||
// SVG TAGS | ||
'altGlyph', 'altGlyphDef', 'altGlyphItem', 'animate', 'animateColor', | ||
'animateMotion', 'animateTransform', 'circle', 'clipPath', 'color-profile', | ||
'cursor', 'defs', 'desc', 'ellipse', 'feBlend', 'feColorMatrix', | ||
'feComponentTransfer', 'feComposite','feConvolveMatrix', 'feDiffuseLighting', | ||
'feDisplacementMap', 'feDistantLight', 'feFlood', 'feFuncA', 'feFuncB', | ||
'feFuncG', 'feFuncR', 'feGaussianBlur', 'feImage', 'feMerge', 'feMergeNode', | ||
'feMorphology', 'feOffset', 'fePointLight', 'feSpecularLighting', | ||
'feSpotLight', 'feTile', 'feTurbulence', 'filter', 'font', 'font-face', | ||
'font-face-format', 'font-face-name', 'font-face-src', 'font-face-uri', | ||
'foreignObject', 'glyph', 'glyphRef', 'hkern', 'image', 'line', | ||
'linearGradient', 'marker', 'mask', 'metadata', 'missing-glyph', 'mpath', | ||
'path', 'pattern', 'polygon', 'polyline', 'radialGradient', 'rect', | ||
'set', 'stop', 'switch', 'symbol', 'textPath', 'tref', | ||
'tspan', 'use', 'view', 'vkern' | ||
'animate', 'animateTransform', 'circle', 'cursor', 'desc', 'ellipse', | ||
'feBlend', 'feColorMatrix', 'feComponentTransfer', 'feComposite', | ||
'feConvolveMatrix', 'feDiffuseLighting', 'feDisplacementMap', | ||
'feDistantLight', 'feFlood', 'feFuncA', 'feFuncB', 'feFuncG', 'feFuncR', | ||
'feGaussianBlur', 'feImage', 'feMerge', 'feMergeNode', 'feMorphology', | ||
'feOffset', 'fePointLight', 'feSpecularLighting', 'feSpotLight', 'feTile', | ||
'feTurbulence', 'font-face-format', 'font-face-name', 'font-face-uri', | ||
'glyph', 'glyphRef', 'hkern', 'image', 'line', 'missing-glyph', 'mpath', | ||
'path', 'polygon', 'polyline', 'rect', 'set', 'stop', 'tref', 'use', 'view', | ||
'vkern' | ||
].join('|') + ')(?:[\.#][a-zA-Z0-9\u007F-\uFFFF_:-]+)*$') | ||
function selfClosing (tag) { return closeRE.test(tag) } |
{ | ||
"name": "hyperx", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "tagged template string virtual dom builder", | ||
@@ -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
27841
718