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

mdn-data

Package Overview
Dependencies
Maintainers
7
Versions
65
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.11.1 to 2.12.0

4

css/functions.json
{
"anchor()": {
"syntax": "anchor( <anchor-element>? <anchor-side>, <length-percentage>? )",
"syntax": "anchor( <anchor-name>? && <anchor-side>, <length-percentage>? )",
"groups": [

@@ -11,3 +11,3 @@ "CSS Positioning"

"anchor-size()": {
"syntax": "anchor-size( <anchor-element>? <anchor-size>, <length-percentage>? )",
"syntax": "anchor-size( [ <anchor-name> || <anchor-size> ]? , <length-percentage>? )",
"groups": [

@@ -14,0 +14,0 @@ "CSS Positioning"

@@ -140,2 +140,5 @@ {

},
"color-interpolation-method": {
"syntax": "in [ <rectangular-color-space> | <polar-color-space> <hue-interpolation-method>? ]"
},
"combinator": {

@@ -360,2 +363,5 @@ "syntax": "'>' | '+' | '~' | [ '||' ]"

},
"hue-interpolation-method": {
"syntax": "[ shorter | longer | increasing | decreasing ] hue"
},
"hwb()": {

@@ -452,3 +458,3 @@ "syntax": "hwb( [<hue> | none] [<percentage> | none] [<percentage> | none] [ / [<alpha-value> | none] ]? )"

"linear-gradient()": {
"syntax": "linear-gradient( [ <angle> | to <side-or-corner> ]? , <color-stop-list> )"
"syntax": "linear-gradient( [ [ <angle> | to <side-or-corner> ] || <color-interpolation-method> ]? , <color-stop-list> )"
},

@@ -602,2 +608,5 @@ "log()": {

},
"polar-color-space": {
"syntax": "hsl | hwb | lch | oklch"
},
"position": {

@@ -633,2 +642,5 @@ "syntax": "[ [ left | center | right ] || [ top | center | bottom ] | [ left | center | right | <length-percentage> ] [ top | center | bottom | <length-percentage> ]? | [ [ left | right ] <length-percentage> ] && [ [ top | bottom ] <length-percentage> ] ]"

},
"rectangular-color-space": {
"syntax": "srgb | srgb-linear | display-p3 | a98-rgb | prophoto-rgb | rec2020 | lab | oklab | xyz | xyz-d50 | xyz-d65"
},
"relative-selector": {

@@ -635,0 +647,0 @@ "syntax": "<combinator>? <complex-selector>"

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