Socket
Socket
Sign inDemoInstall

mdn-data

Package Overview
Dependencies
Maintainers
7
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.31 to 2.0.32

49

css/at-rules.json

@@ -125,2 +125,39 @@ {

},
"@font-palette-values": {
"syntax": "@font-palette-values <dashed-ident> { <declaration-list> }",
"groups": [
"CSS Fonts"
],
"descriptors": {
"base-palette": {
"syntax": "light | dark | <integer [0,∞]>",
"media": "all",
"initial": "n/a (required)",
"percentages": "no",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "standard"
},
"font-family": {
"syntax": "<family-name>#",
"media": "all",
"initial": "n/a (required)",
"percentages": "no",
"computed": "asSpecified",
"order": "orderOfAppearance",
"status": "standard"
},
"override-colors": {
"syntax": "[ <integer [0,∞]> <absolute-color-base> ]#",
"media": "all",
"initial": "n/a (required)",
"percentages": "no",
"computed": "asSpecified",
"order": "orderOfAppearance",
"status": "standard"
}
},
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-palette-values"
},
"@font-face": {

@@ -365,2 +402,14 @@ "syntax": "@font-face {\n [ font-family: <family-name>; ] ||\n [ src: <src>; ] ||\n [ unicode-range: <unicode-range>; ] ||\n [ font-variant: <font-variant>; ] ||\n [ font-feature-settings: <font-feature-settings>; ] ||\n [ font-variation-settings: <font-variation-settings>; ] ||\n [ font-stretch: <font-stretch>; ] ||\n [ font-weight: <font-weight>; ] ||\n [ font-style: <font-style>; ] ||\n [ size-adjust: <size-adjust>; ] ||\n [ ascent-override: <ascent-override>; ] ||\n [ descent-override: <descent-override>; ] ||\n [ line-gap-override: <line-gap-override>; ]\n}",

},
"page-orientation": {
"syntax": "upright | rotate-left | rotate-right ",
"media": [
"visual",
"paged"
],
"initial": "upright",
"percentages": "no",
"computed": "asSpecified",
"order": "orderOfAppearance",
"status": "standard"
},
"size": {

@@ -367,0 +416,0 @@ "syntax": "<length>{1,2} | auto | [ <page-size> || [ portrait | landscape ] ]",

1

css/definitions.json

@@ -61,2 +61,3 @@ {

"CSS Variables",
"CSS View Transitions",
"CSS Will Change",

@@ -63,0 +64,0 @@ "CSS Writing Modes",

@@ -261,2 +261,18 @@ {

},
"oklab()": {
"syntax": "oklab( [ <percentage> | <number> | none] [ <percentage> | <number> | none] [ <percentage> | <number> | none] [ / [<alpha-value> | none] ]? )",
"groups": [
"CSS Color"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color_value/oklab"
},
"oklch()": {
"syntax": "oklch( [ <percentage> | <number> | none] [ <percentage> | <number> | none] [ <hue> | none] [ / [<alpha-value> | none] ]? )",
"groups": [
"CSS Color"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color_value/oklch"
},
"opacity()": {

@@ -313,2 +329,10 @@ "syntax": "opacity( [ <number-percentage> ] )",

},
"ray()": {
"syntax": "ray( <angle> && <ray-size>? && contain? )",
"groups": [
"CSS Motion Path"
],
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/ray"
},
"repeating-linear-gradient()": {

@@ -315,0 +339,0 @@ "syntax": "repeating-linear-gradient( [ <angle> | to <side-or-corner> ]? , <color-stop-list> )",

8

css/properties.schema.json

@@ -21,2 +21,3 @@ {

"byComputedValueType",
"byComputedValueTypeNormalAnimatesAsObliqueZeroDeg",
"color",

@@ -36,3 +37,3 @@ "discrete",

"rectangle",
"repeatableListOfSimpleListOfLpc",
"repeatableList",
"shadowList",

@@ -139,5 +140,6 @@ "simpleListOfLpc",

"listEachItemHasTwoKeywordsOnePerDimension",
"listEachItemIdentifyerOrNoneAuto",
"listEachItemIdentifierOrNoneAuto",
"listEachItemTwoKeywordsOriginOffsets",
"noneOrImageWithAbsoluteURI",
"noneOrOrderedListOfIdentifiers",
"normalizedAngle",

@@ -158,3 +160,3 @@ "normalOnElementsForPseudosNoneAbsoluteURIStringOrAsSpecified",

"specifiedValueNumberClipped0To1",
"theComputedLength",
"theComputedLengthAndVisualBox",
"theKeywordListStyleImageNoneOrComputedValue",

@@ -161,0 +163,0 @@ "translucentValuesRGBAOtherwiseRGB",

@@ -1043,3 +1043,48 @@ {

"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::spelling-error"
},
"::view-transition": {
"syntax": "::view-transition",
"groups": [
"Pseudo-elements",
"Selectors"
],
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::view-transition"
},
"::view-transition-group": {
"syntax": "::view-transition-group([ '*' | <custom-ident> ])",
"groups": [
"Pseudo-elements",
"Selectors"
],
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::view-transition-group"
},
"::view-transition-image-pair": {
"syntax": "::view-transition-image-pair([ '*' | <custom-ident> ])",
"groups": [
"Pseudo-elements",
"Selectors"
],
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::view-transition-image-pair"
},
"::view-transition-new": {
"syntax": "::view-transition-new([ '*' | <custom-ident> ])",
"groups": [
"Pseudo-elements",
"Selectors"
],
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::view-transition-new"
},
"::view-transition-old": {
"syntax": "::view-transition-old([ '*' | <custom-ident> ])",
"groups": [
"Pseudo-elements",
"Selectors"
],
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::view-transition-old"
}
}

@@ -620,2 +620,5 @@ {

},
"ray()": {
"syntax": "ray( <angle> && <ray-size>? && contain? )"
},
"relative-selector": {

@@ -622,0 +625,0 @@ "syntax": "<combinator>? <complex-selector>"

@@ -178,2 +178,9 @@ {

},
"line-style": {
"groups": [
"CSS Types"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/line-style"
},
"number": {

@@ -186,2 +193,9 @@ "groups": [

},
"overflow": {
"groups": [
"CSS Types"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/overflow_value"
},
"percentage": {

@@ -188,0 +202,0 @@ "groups": [

{
"name": "mdn-data",
"version": "2.0.31",
"version": "2.0.32",
"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