Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@webref/elements

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webref/elements - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "@webref/elements",
"description": "Markup elements of the Web platform and associated Web IDL interfaces",
"version": "1.0.0",
"version": "1.0.1",
"repository": {

@@ -6,0 +6,0 @@ "type": "git",

{
"spec": {
"title": "Scalable Vector Graphics (SVG) 2",
"url": "https://svgwg.org/svg2-draft/"
"title": "Scalable Vector Graphics (SVG) 1.1 (Second Edition)",
"url": "https://www.w3.org/TR/SVG11/"
},

@@ -20,2 +20,10 @@ "elements": [

{
"name": "desc",
"interface": "SVGDescElement"
},
{
"name": "title",
"interface": "SVGTitleElement"
},
{
"name": "symbol",

@@ -29,2 +37,6 @@ "interface": "SVGSymbolElement"

{
"name": "image",
"interface": "SVGImageElement"
},
{
"name": "switch",

@@ -34,14 +46,2 @@ "interface": "SVGSwitchElement"

{
"name": "title",
"interface": "SVGTitleElement"
},
{
"name": "desc",
"interface": "SVGDescElement"
},
{
"name": "metadata",
"interface": "SVGMetadataElement"
},
{
"name": "style",

@@ -91,8 +91,8 @@ "interface": "SVGStyleElement"

{
"name": "image",
"interface": "SVGImageElement"
"name": "altGlyph",
"interface": "SVGAltGlyphElement"
},
{
"name": "foreignObject",
"interface": "SVGForeignObjectElement"
"name": "glyphRef",
"interface": "SVGGlyphRefElement"
},

@@ -120,6 +120,114 @@ {

{
"name": "script",
"interface": "SVGScriptElement"
"name": "clipPath",
"interface": "SVGClipPathElement"
},
{
"name": "mask",
"interface": "SVGMaskElement"
},
{
"name": "filter",
"interface": "SVGFilterElement"
},
{
"name": "feDistantLight",
"interface": "SVGFEDistantLightElement"
},
{
"name": "fePointLight",
"interface": "SVGFEPointLightElement"
},
{
"name": "feSpotLight",
"interface": "SVGFESpotLightElement"
},
{
"name": "feBlend",
"interface": "SVGFEBlendElement"
},
{
"name": "feColorMatrix",
"interface": "SVGFEColorMatrixElement"
},
{
"name": "feComponentTransfer",
"interface": "SVGFEComponentTransferElement"
},
{
"name": "feFuncR",
"interface": "SVGFEFuncRElement"
},
{
"name": "feFuncG",
"interface": "SVGFEFuncGElement"
},
{
"name": "feFuncB",
"interface": "SVGFEFuncBElement"
},
{
"name": "feFuncA",
"interface": "SVGFEFuncAElement"
},
{
"name": "feComposite",
"interface": "SVGFECompositeElement"
},
{
"name": "feConvolveMatrix",
"interface": "SVGFEConvolveMatrixElement"
},
{
"name": "feDiffuseLighting",
"interface": "SVGFEDiffuseLightingElement"
},
{
"name": "feDisplacementMap",
"interface": "SVGFEDisplacementMapElement"
},
{
"name": "feFlood",
"interface": "SVGFEFloodElement"
},
{
"name": "feGaussianBlur",
"interface": "SVGFEGaussianBlurElement"
},
{
"name": "feImage",
"interface": "SVGFEImageElement"
},
{
"name": "feMerge",
"interface": "SVGFEMergeElement"
},
{
"name": "feMergeNode",
"interface": "SVGFEMergeNodeElement"
},
{
"name": "feMorphology",
"interface": "SVGFEMorphologyElement"
},
{
"name": "feOffset",
"interface": "SVGFEOffsetElement"
},
{
"name": "feSpecularLighting",
"interface": "SVGFESpecularLightingElement"
},
{
"name": "feTile",
"interface": "SVGFETileElement"
},
{
"name": "feTurbulence",
"interface": "SVGFETurbulenceElement"
},
{
"name": "cursor",
"interface": "SVGCursorElement"
},
{
"name": "a",

@@ -131,4 +239,40 @@ "interface": "SVGAElement"

"interface": "SVGViewElement"
},
{
"name": "script",
"interface": "SVGScriptElement"
},
{
"name": "animate",
"interface": "SVGAnimateElement"
},
{
"name": "set",
"interface": "SVGSetElement"
},
{
"name": "animateMotion",
"interface": "SVGAnimateMotionElement"
},
{
"name": "mpath",
"interface": "SVGMPathElement"
},
{
"name": "animateTransform",
"interface": "SVGAnimateTransformElement"
},
{
"name": "font",
"interface": "SVGFontElement"
},
{
"name": "metadata",
"interface": "SVGMetadataElement"
},
{
"name": "foreignObject",
"interface": "SVGForeignObjectElement"
}
]
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc