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

cssdb

Package Overview
Dependencies
Maintainers
2
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cssdb - npm Package Compare versions

Comparing version 7.2.1 to 7.3.0

64

cssdb.json

@@ -67,21 +67,2 @@ [

{
"id": "media-queries-aspect-ratio-number-values",
"title": "Aspect-Ratio number values",
"description": "Support `<ratio>` values with `<number>` components in `@media`",
"specification": "https://www.w3.org/TR/css-values-4/#ratio-value",
"stage": 2,
"browser_support": {},
"docs": {
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/ratio"
},
"example": "@media (aspect-ratio: 1.77) {\n html {\n background-color: cyan;\n }\n}",
"polyfills": [
{
"type": "PostCSS Plugin",
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-queries-aspect-ratio-number-values"
}
],
"vendors_implementations": 0
},
{
"id": "blank-pseudo-class",

@@ -366,3 +347,3 @@ "title": "`:blank` Empty-Value Pseudo-Class",

"edge": "106",
"firefox": "109",
"firefox": "110",
"ios_saf": "16",

@@ -1104,2 +1085,26 @@ "op_mob": "72",

{
"id": "logical-viewport-units",
"title": "Logical Viewport Units",
"description": "Flow-relative (horizontal or vertical) Viewport Units",
"specification": "https://www.w3.org/TR/css-values-4/#viewport-relative-units",
"stage": 2,
"browser_support": {
"and_chr": "108",
"and_ff": "101",
"android": "108",
"chrome": "108",
"edge": "108",
"firefox": "101",
"ios_saf": "15.4",
"opera": "94",
"safari": "15.4"
},
"docs": {
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/length#vb"
},
"example": "span:first-child {\n width: 5vi; height: 10vb; \n}",
"polyfills": [],
"vendors_implementations": 3
},
{
"id": "matches-pseudo-class",

@@ -1137,2 +1142,21 @@ "title": "`:matches()` Matches-Any Pseudo-Class",

{
"id": "media-queries-aspect-ratio-number-values",
"title": "Aspect-Ratio number values",
"description": "Support `<ratio>` values with `<number>` components in `@media`",
"specification": "https://www.w3.org/TR/css-values-4/#ratio-value",
"stage": 2,
"browser_support": {},
"docs": {
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/ratio"
},
"example": "@media (aspect-ratio: 1.77) {\n html {\n background-color: cyan;\n }\n}",
"polyfills": [
{
"type": "PostCSS Plugin",
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-queries-aspect-ratio-number-values"
}
],
"vendors_implementations": 0
},
{
"id": "media-query-ranges",

@@ -1139,0 +1163,0 @@ "title": "Media Query Ranges",

{
"name": "cssdb",
"version": "7.2.1",
"version": "7.3.0",
"type": "module",

@@ -43,6 +43,6 @@ "description": "A comprehensive list of CSS features and their positions in the process of becoming implemented web standards",

"devDependencies": {
"@mdn/browser-compat-data": "^5.2.26",
"@mdn/browser-compat-data": "^5.2.29",
"browserslist": "^4.21.4",
"caniuse-lite": "^1.0.30001442",
"glob": "^8.0.3",
"caniuse-lite": "^1.0.30001445",
"glob": "^8.1.0",
"lodash.get": "^4.4.2",

@@ -49,0 +49,0 @@ "postcss": "^8.4.21",

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