Socket
Socket
Sign inDemoInstall

mdn-data

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mdn-data - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

4

api/inheritance.json

@@ -445,2 +445,6 @@ {

},
"HTMLMarqueeElement": {
"inherits": "HTMLElement",
"implements": []
},
"HTMLMetaElement": {

@@ -447,0 +451,0 @@ "inherits": "HTMLElement",

@@ -19,2 +19,3 @@ {

"basicShapeOtherwiseNo",
"byComputedValueType",
"color",

@@ -82,2 +83,3 @@ "discrete",

"relativeToScrollContainerPaddingBoxAxis",
"relativeToTheScrollContainersScrollport",
"relativeToWidthAndHeight"

@@ -84,0 +86,0 @@ ]

60

css/selectors.json

@@ -47,3 +47,3 @@ {

},
"Adjacent sibling selectors": {
"Adjacent sibling combinator": {
"syntax": "A + B",

@@ -55,5 +55,5 @@ "groups": [

"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Adjacent_sibling_selectors"
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Adjacent_sibling_combinator"
},
"General sibling selectors": {
"General sibling combinator": {
"syntax": "A ~ B",

@@ -65,5 +65,5 @@ "groups": [

"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/General_sibling_selectors"
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/General_sibling_combinator"
},
"Child selectors": {
"Child combinator": {
"syntax": "A > B",

@@ -75,5 +75,5 @@ "groups": [

"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Child_selectors"
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Child_combinator"
},
"Descendant selectors": {
"Descendant combinator": {
"syntax": "A B",

@@ -85,3 +85,3 @@ "groups": [

"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Descendant_selectors"
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Descendant_combinator"
},

@@ -124,2 +124,11 @@ "Column combinator": {

},
":blank": {
"syntax": ":blank",
"groups": [
"Pseudo-classes",
"Selectors"
],
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:blank"
},
":default": {

@@ -296,2 +305,11 @@ "syntax": ":default",

},
":is": {
"syntax": ":is( <complex-selector-list> )",
"groups": [
"Pseudo-classes",
"Selectors"
],
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:is"
},
":lang": {

@@ -343,13 +361,4 @@ "syntax": ":lang( <language-code> )",

},
":matches": {
"syntax": ":matches( <selector># )",
"groups": [
"Pseudo-classes",
"Selectors"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:matches"
},
":not": {
"syntax": ":not( <selector># )",
"syntax": ":not( <complex-selector-list> )",
"groups": [

@@ -363,3 +372,3 @@ "Pseudo-classes",

":nth-child": {
"syntax": ":nth-child( <nth> [ of <selector># ]? )",
"syntax": ":nth-child( <nth> [ of <complex-selector-list> ]? )",
"groups": [

@@ -373,3 +382,3 @@ "Pseudo-classes",

":nth-last-child": {
"syntax": ":nth-last-child( <nth> [ of <selector># ]? )",
"syntax": ":nth-last-child( <nth> [ of <complex-selector-list> ]? )",
"groups": [

@@ -528,2 +537,11 @@ "Pseudo-classes",

},
":where": {
"syntax": ":where( <complex-selector-list> )",
"groups": [
"Pseudo-classes",
"Selectors"
],
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:where"
},
"::-moz-progress-bar": {

@@ -840,3 +858,3 @@ "syntax": "::-moz-progress-bar",

"::slotted": {
"syntax": "::slotted(<compound-selector-list>)",
"syntax": "::slotted( <compound-selector-list> )",
"groups": [

@@ -843,0 +861,0 @@ "Pseudo-elements",

@@ -86,2 +86,5 @@ {

},
"clamp()": {
"syntax": "clamp( <calc-sum>#{3} )"
},
"class-selector": {

@@ -102,2 +105,5 @@ "syntax": "'.' <ident-token>"

},
"combinator": {
"syntax": "'>' | '+' | '~' | [ '||' ]"
},
"common-lig-values": {

@@ -118,2 +124,8 @@ "syntax": "[ common-ligatures | no-common-ligatures ]"

},
"complex-selector": {
"syntax": "<compound-selector> [ <combinator>? <compound-selector> ]*"
},
"complex-selector-list": {
"syntax": "<complex-selector>#"
},
"contextual-alt-values": {

@@ -191,2 +203,5 @@ "syntax": "[ contextual | no-contextual ]"

},
"env()": {
"syntax": "env( <custom-ident> [, <declaration-value> ]? )"
},
"explicit-track-list": {

@@ -375,2 +390,5 @@ "syntax": "[ <line-names>? <track-size> ]+ <line-names>?"

},
"max()": {
"syntax": "max( <calc-sum># )"
},
"media-and": {

@@ -421,2 +439,5 @@ "syntax": "<media-in-parens> [ and <media-in-parens> ]+"

},
"min()": {
"syntax": "min( <calc-sum># )"
},
"minmax()": {

@@ -497,2 +518,8 @@ "syntax": "minmax( [ <length> | <percentage> | <flex> | min-content | max-content | auto ] , [ <length> | <percentage> | <flex> | min-content | max-content | auto ] )"

},
"relative-selector": {
"syntax": "<combinator>? <complex-selector>"
},
"relative-selector-list": {
"syntax": "<relative-selector>#"
},
"relative-size": {

@@ -499,0 +526,0 @@ "syntax": "larger | smaller"

@@ -50,2 +50,44 @@ {

},
"display-outside": {
"groups": [
"CSS Display"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/display-outside"
},
"display-inside": {
"groups": [
"CSS Display"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/display-inside"
},
"display-listitem": {
"groups": [
"CSS Display"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/display-listitem"
},
"display-internal": {
"groups": [
"CSS Display"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/display-internal"
},
"display-box": {
"groups": [
"CSS Display"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/display-box"
},
"display-legacy": {
"groups": [
"CSS Display"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/display-legacy"
},
"filter-function": {

@@ -52,0 +94,0 @@ "groups": [

{
"name": "mdn-data",
"version": "2.0.0",
"version": "2.0.1",
"description": "Open Web data by the Mozilla Developer Network",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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