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.5.4 to 7.6.0

71

cssdb.json

@@ -247,4 +247,4 @@ [

"description": "A function for choosing the color that contrasts the most.",
"specification": "https://www.w3.org/TR/css-color-5/#colorcontrast",
"stage": 2,
"specification": "https://drafts.csswg.org/css-color-6/#colorcontrast",
"stage": 1,
"browser_support": {},

@@ -266,5 +266,7 @@ "docs": {

"and_chr": "111",
"and_ff": "113",
"android": "111",
"chrome": "111",
"edge": "111",
"firefox": "113",
"ios_saf": "15",

@@ -284,3 +286,3 @@ "opera": "97",

],
"vendors_implementations": 2
"vendors_implementations": 3
},

@@ -324,5 +326,7 @@ {

"and_chr": "111",
"and_ff": "113",
"android": "111",
"chrome": "111",
"edge": "111",
"firefox": "113",
"ios_saf": "16.2",

@@ -339,3 +343,3 @@ "opera": "97",

],
"vendors_implementations": 2
"vendors_implementations": 3
},

@@ -363,3 +367,3 @@ {

"specification": "https://www.w3.org/TR/css-contain-3/#container-queries",
"stage": 0,
"stage": 2,
"browser_support": {

@@ -478,3 +482,5 @@ "and_chr": "106",

"and_ff": "49",
"firefox": "49"
"firefox": "49",
"ios_saf": "16.4",
"safari": "16.4"
},

@@ -491,3 +497,3 @@ "docs": {

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

@@ -501,2 +507,3 @@ {

"browser_support": {
"and_ff": "79",
"firefox": "70",

@@ -573,2 +580,4 @@ "ios_saf": "15",

"browser_support": {
"and_ff": "112",
"firefox": "112",
"ios_saf": "15.4",

@@ -578,3 +587,3 @@ "safari": "15.4"

"example": "p {\n font-size: calc(pow(10, 12) * 1rem);\n font-size: calc(sqrt(100) * 1rem);\n font-size: calc(hypot(3, 4) * 1rem);\n font-size: calc(log(10) * 1rem);\n font-size: calc(exp(10) * 1rem);\n}",
"vendors_implementations": 1
"vendors_implementations": 2
},

@@ -609,3 +618,4 @@ {

"firefox": "55",
"safari": "preview"
"ios_saf": "15",
"safari": "15"
},

@@ -622,3 +632,3 @@ "docs": {

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

@@ -702,3 +712,3 @@ {

"specification": "https://www.w3.org/TR/css-fonts-4/#font-format-values",
"stage": 1,
"stage": 2,
"browser_support": {

@@ -1072,5 +1082,7 @@ "ios_saf": "5",

"and_chr": "111",
"and_ff": "113",
"android": "111",
"chrome": "111",
"edge": "111",
"firefox": "113",
"ios_saf": "15",

@@ -1090,3 +1102,3 @@ "opera": "97",

],
"vendors_implementations": 2
"vendors_implementations": 3
},

@@ -1101,5 +1113,7 @@ {

"and_chr": "111",
"and_ff": "113",
"android": "111",
"chrome": "111",
"edge": "111",
"firefox": "113",
"ios_saf": "15",

@@ -1119,3 +1133,3 @@ "opera": "97",

],
"vendors_implementations": 2
"vendors_implementations": 3
},

@@ -1337,3 +1351,3 @@ {

"specification": "https://www.w3.org/TR/css-nesting-1/",
"stage": 1,
"stage": 2,
"browser_support": {},

@@ -1388,5 +1402,7 @@ "example": "article {\n & p {\n color: #333;\n }\n}",

"and_chr": "111",
"and_ff": "113",
"android": "111",
"chrome": "111",
"edge": "111",
"firefox": "113",
"ios_saf": "15.4",

@@ -1403,3 +1419,3 @@ "opera": "97",

],
"vendors_implementations": 2
"vendors_implementations": 3
},

@@ -1414,2 +1430,3 @@ {

"and_chr": "78",
"and_ff": "79",
"android": "78",

@@ -1420,2 +1437,4 @@ "chrome": "78",

"oculus": "8.0",
"op_mob": "56",
"opera": "65",
"safari": "preview",

@@ -1504,3 +1523,3 @@ "samsung": "12.0"

"specification": "https://www.w3.org/TR/css-overscroll-1/",
"stage": 1,
"stage": 2,
"browser_support": {

@@ -1678,2 +1697,22 @@ "and_chr": "63",

{
"id": "relative-color-syntax",
"title": "Relative Color Syntax",
"description": "Modify existing colors using color functions",
"specification": "https://www.w3.org/TR/css-color-5/#relative-colors",
"stage": 2,
"browser_support": {
"ios_saf": "16.4",
"safari": "16.4"
},
"docs": {},
"example": "p {\n color: lch(from peru calc(l * 0.8) c h);\n}",
"polyfills": [
{
"type": "PostCSS Plugin",
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax"
}
],
"vendors_implementations": 1
},
{
"id": "scope-pseudo-class",

@@ -1680,0 +1719,0 @@ "title": "`:scope()` Reference Element Pseudo-class",

{
"name": "cssdb",
"version": "7.5.4",
"version": "7.6.0",
"type": "module",

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

"license": "CC0-1.0",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/csstools"
},
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/csstools"
},
{
"type": "github",
"url": "https://github.com/sponsors/csstools"
}
],
"repository": "csstools/cssdb",

@@ -44,13 +50,13 @@ "homepage": "https://github.com/csstools/cssdb#readme",

"devDependencies": {
"@mdn/browser-compat-data": "^5.2.49",
"@mdn/browser-compat-data": "^5.2.57",
"browserslist": "^4.21.5",
"caniuse-lite": "^1.0.30001477",
"glob": "^10.0.0",
"caniuse-lite": "^1.0.30001487",
"glob": "^10.2.4",
"lodash.get": "^4.4.2",
"postcss": "^8.4.21",
"postcss": "^8.4.23",
"postcss-cli": "^10.1.0",
"postcss-preset-env": "^8.3.0",
"semver": "^7.3.8",
"stylelint": "^15.4.0",
"stylelint-config-standard": "^32.0.0"
"postcss-preset-env": "^8.3.2",
"semver": "^7.5.0",
"stylelint": "^15.6.0",
"stylelint-config-standard": "^33.0.0"
},

@@ -57,0 +63,0 @@ "stylelint": {

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