Socket
Socket
Sign inDemoInstall

mdn-data

Package Overview
Dependencies
0
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.2 to 2.0.3

9

css/selectors.json

@@ -837,2 +837,11 @@ {

},
"::part": {
"syntax": "::part( <ident>+ )",
"groups": [
"Pseudo-elements",
"Selectors"
],
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::part"
},
"::placeholder": {

@@ -839,0 +848,0 @@ "syntax": "::placeholder",

44

css/syntaxes.json

@@ -167,2 +167,5 @@ {

},
"counter()": {
"syntax": "counter( <custom-ident>, [ <counter-style> | none ]? )"
},
"counter-style": {

@@ -174,2 +177,5 @@ "syntax": "<counter-style-name> | symbols()"

},
"counters()": {
"syntax": "counters( <custom-ident>, <string>, [ <counter-style> | none ]? )"
},
"cross-fade()": {

@@ -286,5 +292,2 @@ "syntax": "cross-fade( <cf-mixing-image> , <cf-final-image>? )"

},
"frames-timing-function": {
"syntax": "frames(<integer>)"
},
"frequency-percentage": {

@@ -639,3 +642,3 @@ "syntax": "<frequency> | <percentage>"

"single-animation": {
"syntax": "<time> || <single-timing-function> || <time> || <single-animation-iteration-count> || <single-animation-direction> || <single-animation-fill-mode> || <single-animation-play-state> || [ none | <keyframes-name> ]"
"syntax": "<time> || <timing-function> || <time> || <single-animation-iteration-count> || <single-animation-direction> || <single-animation-fill-mode> || <single-animation-play-state> || [ none | <keyframes-name> ]"
},

@@ -654,11 +657,5 @@ "single-animation-direction": {

},
"single-timing-function": {
"syntax": "linear | <cubic-bezier-timing-function> | <step-timing-function> | <frames-timing-function>"
},
"single-transition": {
"syntax": "[ none | <single-transition-property> ] || <time> || <single-transition-timing-function> || <time>"
"syntax": "[ none | <single-transition-property> ] || <time> || <timing-function> || <time>"
},
"single-transition-timing-function": {
"syntax": "<single-timing-function>"
},
"single-transition-property": {

@@ -670,4 +667,7 @@ "syntax": "all | <custom-ident>"

},
"step-position": {
"syntax": "jump-start | jump-end | jump-none | jump-both | start | end"
},
"step-timing-function": {
"syntax": "step-start | step-end | steps(<integer>[, [ start | end ] ]?)"
"syntax": "step-start | step-end | steps(<integer>[, <step-position>]?)"
},

@@ -677,2 +677,17 @@ "subclass-selector": {

},
"supports-condition": {
"syntax": "not <supports-in-parens> | <supports-in-parens> [ and <supports-in-parens> ]* | <supports-in-parens> [ or <supports-in-parens> ]*"
},
"supports-in-parens": {
"syntax": "( <supports-condition> ) | <supports-feature> | <general-enclosed>"
},
"supports-feature": {
"syntax": "<supports-decl> | <supports-selector-fn>"
},
"supports-decl": {
"syntax": "( <declaration> )"
},
"supports-selector-fn": {
"syntax": "selector( <complex-selector> )"
},
"symbol": {

@@ -696,2 +711,5 @@ "syntax": "<string> | <image> | <custom-ident>"

},
"timing-function": {
"syntax": "linear | <cubic-bezier-timing-function> | <step-timing-function>"
},
"track-breadth": {

@@ -731,3 +749,3 @@ "syntax": "<length-percentage> | <flex> | min-content | max-content | auto"

"type-or-unit": {
"syntax": "string | integer | color | url | integer | number | length | angle | time | frequency | em | ex | px | rem | vw | vh | vmin | vmax | mm | q | cm | in | pt | pc | deg | grad | rad | ms | s | Hz | kHz | %"
"syntax": "string | color | url | integer | number | length | angle | time | frequency | cap | ch | em | ex | ic | lh | rlh | rem | vb | vi | vw | vh | vmin | vmax | mm | Q | cm | in | pt | pc | px | deg | grad | rad | turn | ms | s | Hz | kHz | %"
},

@@ -734,0 +752,0 @@ "type-selector": {

@@ -248,3 +248,3 @@ {

"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/single-transition-timing-function"
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/timing-function"
},

@@ -251,0 +251,0 @@ "transform-function": {

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc