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

mdn-data

Package Overview
Dependencies
Maintainers
1
Versions
64
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 1.2.0 to 2.0.0

2

css/at-rules.json

@@ -114,3 +114,3 @@ {

"@document": {
"syntax": "@document [ <url> | url-prefix(<string>) | domain(<string>) | regexp(<string>) ]# {\n <group-rule-body>\n}",
"syntax": "@document [ <url> | url-prefix(<string>) | domain(<string>) | media-document(<string>) | regexp(<string>) ]# {\n <group-rule-body>\n}",
"interfaces": [

@@ -117,0 +117,0 @@ "CSSGroupingRule",

@@ -44,2 +44,3 @@ {

"CSS Scroll Anchoring",
"CSS Scrollbars",
"CSS Scroll Snap",

@@ -46,0 +47,0 @@ "CSS Shapes",

@@ -17,4 +17,3 @@ {

"enum": [
"angle",
"angleOrBasicShapeOrPath",
"angleBasicShapeOrPath",
"basicShapeOtherwiseNo",

@@ -21,0 +20,0 @@ "color",

@@ -83,13 +83,13 @@ {

},
":active": {
"syntax": ":active",
"Column combinator": {
"syntax": "A || B",
"groups": [
"Pseudo-classes",
"Combinators",
"Selectors"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:active"
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Column_combinator"
},
":any": {
"syntax": ":-moz-any( <selector># )\n:-webkit-any( <selector># )",
":active": {
"syntax": ":active",
"groups": [

@@ -99,4 +99,4 @@ "Pseudo-classes",

],
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:matches"
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:active"
},

@@ -220,11 +220,2 @@ ":any-link": {

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

@@ -239,4 +230,4 @@ "syntax": ":focus-within",

},
":host": {
"syntax": ":host",
":has": {
"syntax": ":has( <relative-selector-list> )",
"groups": [

@@ -247,3 +238,3 @@ "Pseudo-classes",

"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:host"
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:has"
},

@@ -259,10 +250,2 @@ ":host()": {

},
":host-context": {
"syntax": ":host-context",
"groups": [
"Pseudo-classes",
"Selectors"
],
"status": "experimental"
},
":host-context()": {

@@ -359,2 +342,11 @@ "syntax": ":host-context( <compound-selector-list> )",

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

@@ -361,0 +353,0 @@ "syntax": ":not( <selector># )",

@@ -62,8 +62,2 @@ {

},
"br-style": {
"syntax": "none | hidden | dotted | dashed | solid | double | groove | ridge | inset | outset"
},
"br-width": {
"syntax": "<length> | thin | medium | thick"
},
"brightness()": {

@@ -163,3 +157,3 @@ "syntax": "brightness( <number-percentage> )"

"display-inside": {
"syntax": "flow | flow-root | table | flex | grid | subgrid | ruby"
"syntax": "flow | flow-root | table | flex | grid | ruby"
},

@@ -349,2 +343,8 @@ "display-internal": {

},
"line-style": {
"syntax": "none | hidden | dotted | dashed | solid | double | groove | ridge | inset | outset"
},
"line-width": {
"syntax": "<length> | thin | medium | thick"
},
"linear-gradient()": {

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

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

@@ -22,3 +22,3 @@ "main": "index.js",

"author": "Mozilla Developer Network",
"license": "MPL-2.0",
"license": "CC0-1.0",
"bugs": {

@@ -25,0 +25,0 @@ "url": "https://github.com/mdn/data/issues"

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

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

Sorry, the diff of this file is not supported yet

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