Socket
Socket
Sign inDemoInstall

mdn-data

Package Overview
Dependencies
0
Maintainers
5
Versions
58
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.27 to 2.0.28

7

CHANGELOG.md
# Changelog
## [2.0.28](https://github.com/mdn/data/compare/v2.0.27...v2.0.28) (2022-07-12)
### Bug Fixes
* **css:** correct two syntax examples in selectors ([#589](https://github.com/mdn/data/issues/589)) ([91ab33a](https://github.com/mdn/data/commit/91ab33a40bf2dfd75286a01785453705105533e8))
### [2.0.27](https://github.com/mdn/data/compare/v2.0.26...v2.0.27) (2022-02-24)

@@ -4,0 +11,0 @@

4

css/selectors.json

@@ -544,3 +544,3 @@ {

":playing": {
"syntax": ":checked",
"syntax": ":playing",
"groups": [

@@ -752,3 +752,3 @@ "Pseudo-classes",

"::-ms-expand": {
"syntax": "::-ms-clear",
"syntax": "::-ms-expand",
"groups": [

@@ -755,0 +755,0 @@ "Pseudo-elements",

@@ -105,3 +105,3 @@ {

"color": {
"syntax": "<rgb()> | <rgba()> | <hsl()> | <hsla()> | <hwb()> | <hex-color> | <named-color> | currentcolor | <deprecated-system-color>"
"syntax": "<rgb()> | <rgba()> | <hsl()> | <hsla()> | <hwb()> | <lab()> | <lch()> | <hex-color> | <named-color> | currentcolor | <deprecated-system-color>"
},

@@ -313,3 +313,3 @@ "color-stop": {

"gradient": {
"syntax": "<linear-gradient()> | <repeating-linear-gradient()> | <radial-gradient()> | <repeating-radial-gradient()> | <conic-gradient()>"
"syntax": "<linear-gradient()> | <repeating-linear-gradient()> | <radial-gradient()> | <repeating-radial-gradient()> | <conic-gradient()> | <repeating-conic-gradient()>"
},

@@ -385,2 +385,5 @@ "grayscale()": {

},
"layer-name": {
"syntax": "<ident> [ '.' <ident> ]*"
},
"leader()": {

@@ -492,3 +495,3 @@ "syntax": "leader( <leader-type> )"

"name-repeat": {
"syntax": "repeat( [ <integer [1,∞]> ] | auto-fill ], <line-names>+ )"
"syntax": "repeat( [ <integer [1,∞]> | auto-fill ], <line-names>+ )"
},

@@ -588,2 +591,5 @@ "named-color": {

},
"repeating-conic-gradient()": {
"syntax": "repeating-conic-gradient( [ from <angle> ]? [ at <position> ]?, <angular-color-stop-list> )"
},
"repeating-linear-gradient()": {

@@ -682,2 +688,5 @@ "syntax": "repeating-linear-gradient( [ <angle> | to <side-or-corner> ]? , <color-stop-list> )"

},
"single-animation-timeline": {
"syntax": "auto | none | <timeline-name>"
},
"single-transition": {

@@ -734,2 +743,5 @@ "syntax": "[ none | <single-transition-property> ] || <time> || <easing-function> || <time>"

},
"timeline-name": {
"syntax": "<custom-ident> | <string>"
},
"easing-function": {

@@ -736,0 +748,0 @@ "syntax": "linear | <cubic-bezier-timing-function> | <step-timing-function>"

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc