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 6.4.1 to 6.5.0

49

cssdb.json

@@ -122,2 +122,24 @@ [

{
"id": "cascade-layers",
"title": "CSS Cascade Layers",
"description": "The `@layer` at-rule allows authors to explicitly layer their styles in the cascade, before specificity and order of appearance are considered.",
"specification": "https://www.w3.org/TR/css-cascade-5/#layering",
"stage": 2,
"browser_support": {
"edge": "99",
"firefox": "97",
"chrome": "99",
"safari": "15.4",
"ios_saf": "15.4",
"android": "99",
"and_chr": "99"
},
"docs": {
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/@layer"
},
"example": "/* Un-layered styles have the highest priority */\na {\n color: mediumvioletred;\n}\n\n@layer defaults {\n a { color: maroon; }\n}",
"polyfills": [],
"vendors_implementations": 3
},
{
"id": "case-insensitive-attributes",

@@ -210,6 +232,3 @@ "title": "Case-Insensitive Attributes",

"stage": 2,
"browser_support": {
"safari": "15",
"ios_saf": "15"
},
"browser_support": {},
"docs": {

@@ -220,3 +239,3 @@ "mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/color-contrast()"

"polyfills": [],
"vendors_implementations": 1
"vendors_implementations": 0
},

@@ -277,4 +296,4 @@ {

"description": "A function for mixing colors",
"specification": "https://drafts.csswg.org/css-color-5/#color-mix",
"stage": -1,
"specification": "https://www.w3.org/TR/css-color-5/#color-mix",
"stage": 2,
"browser_support": {},

@@ -531,9 +550,9 @@ "example": "p {\n color: color-mix(in lch, purple 50%, plum 50%);\n}",

"browser_support": {
"chrome": "67",
"and_chr": "67",
"edge": "79",
"chrome": "86",
"and_chr": "86",
"edge": "86",
"firefox": "85",
"and_ff": "85",
"opera": "54",
"op_mob": "48",
"opera": "72",
"op_mob": "61",
"samsung": "14.0",

@@ -750,3 +769,3 @@ "android": "86"

],
"vendors_implementations": 0
"vendors_implementations": 1
},

@@ -830,3 +849,3 @@ {

],
"vendors_implementations": 1
"vendors_implementations": 2
},

@@ -1089,2 +1108,3 @@ {

"stage": 2,
"browser_support": {},
"example": "p {\n color: oklab(72.322% -0.0465 -0.1150);\n color: oklch(72.322% 0.12403 247.996);\n}",

@@ -1097,3 +1117,2 @@ "polyfills": [

],
"browser_support": {},
"vendors_implementations": 0

@@ -1100,0 +1119,0 @@ },

{
"name": "cssdb",
"version": "6.4.1",
"version": "6.5.0",
"type": "module",

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

"@astropub/webapi": "^0.10.14",
"@mdn/browser-compat-data": "^4.1.10",
"astro": "^0.23.7",
"@mdn/browser-compat-data": "^4.1.11",
"astro": "^0.24.0",
"browserslist": "^4.20.0",
"caniuse-lite": "^1.0.30001313",
"caniuse-lite": "^1.0.30001317",
"fse": "^4.0.1",

@@ -45,0 +45,0 @@ "lodash.get": "^4.4.2",

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