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.2.1 to 6.3.0

144

cssdb.json

@@ -12,8 +12,8 @@ [

"chrome": "37",
"safari": "10",
"safari": "9.1",
"opera": "24",
"ios_saf": "9.3",
"android": "97",
"android": "4.4.3",
"op_mob": "64",
"and_chr": "97",
"and_chr": "37",
"and_ff": "96",

@@ -102,6 +102,6 @@ "and_uc": "12.12",

"safari": "10",
"opera": "12",
"opera": "11.1",
"ios_saf": "10",
"op_mini": "all",
"op_mob": "12",
"op_mob": "11.1",
"ie_mob": "10",

@@ -136,5 +136,5 @@ "and_uc": "12.12",

"ios_saf": "9",
"android": "97",
"android": "49",
"op_mob": "64",
"and_chr": "97",
"and_chr": "49",
"and_ff": "96",

@@ -181,2 +181,8 @@ "and_uc": "12.12",

"example": "button {\n font-size: clamp(1rem, 2.5vw, 2rem);\n}",
"polyfills": [
{
"type": "PostCSS Plugin",
"link": "https://github.com/polemius/postcss-clamp"
}
],
"vendors_implementations": 3

@@ -337,5 +343,5 @@ },

"ios_saf": "10",
"android": "97",
"android": "49",
"op_mob": "64",
"and_chr": "97",
"and_chr": "49",
"and_ff": "96",

@@ -427,2 +433,8 @@ "and_uc": "12.12",

"example": ".element {\n display: inline flow-root;\n display: inline flex;\n display: block grid;\n}",
"polyfills": [
{
"type": "PostCSS Plugin",
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-normalize-display-values"
}
],
"vendors_implementations": 2

@@ -468,8 +480,8 @@ },

"chrome": "69",
"safari": "12",
"safari": "11.1",
"opera": "56",
"ios_saf": "11.3",
"android": "97",
"android": "69",
"op_mob": "64",
"and_chr": "97",
"and_chr": "69",
"and_ff": "96",

@@ -552,8 +564,8 @@ "samsung": "10.1"

"chrome": "60",
"safari": "11",
"safari": "10.1",
"opera": "47",
"ios_saf": "10.3",
"android": "97",
"android": "60",
"op_mob": "64",
"and_chr": "97",
"and_chr": "60",
"and_ff": "96",

@@ -609,3 +621,3 @@ "samsung": "8.2",

"firefox": "34",
"safari": "10",
"safari": "9.1",
"ios_saf": "9.3",

@@ -684,8 +696,8 @@ "and_ff": "96",

"chrome": "58",
"safari": "11",
"safari": "10.1",
"opera": "44",
"ios_saf": "10.3",
"android": "97",
"android": "58",
"op_mob": "64",
"and_chr": "97",
"and_chr": "58",
"and_ff": "96",

@@ -752,5 +764,5 @@ "and_uc": "12.12",

"ios_saf": "10",
"android": "97",
"android": "62",
"op_mob": "64",
"and_chr": "97",
"and_chr": "62",
"and_ff": "96",

@@ -817,3 +829,3 @@ "samsung": "8.2"

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

@@ -849,8 +861,8 @@ {

"chrome": "53",
"safari": "11",
"safari": "10.1",
"opera": "40",
"ios_saf": "10.3",
"android": "97",
"android": "53",
"op_mob": "64",
"and_chr": "97",
"and_chr": "53",
"and_ff": "96",

@@ -881,5 +893,5 @@ "and_uc": "12.12",

"ios_saf": "14",
"android": "97",
"android": "88",
"op_mob": "64",
"and_chr": "97",
"and_chr": "88",
"and_ff": "96",

@@ -892,2 +904,8 @@ "samsung": "15"

"example": "p:is(:first-child, .special) {\n margin-top: 1em;\n}",
"polyfills": [
{
"type": "PostCSS Plugin",
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class"
}
],
"vendors_implementations": 3

@@ -952,5 +970,5 @@ },

"ios_saf": "15",
"android": "97",
"android": "89",
"op_mob": "64",
"and_chr": "97",
"and_chr": "89",
"and_ff": "96",

@@ -984,5 +1002,5 @@ "samsung": "15"

"ios_saf": "14",
"android": "97",
"android": "88",
"op_mob": "64",
"and_chr": "97",
"and_chr": "88",
"and_ff": "96",

@@ -1051,5 +1069,5 @@ "samsung": "15"

"ios_saf": "9",
"android": "97",
"android": "88",
"op_mob": "64",
"and_chr": "97",
"and_chr": "88",
"and_ff": "96",

@@ -1071,2 +1089,18 @@ "samsung": "15"

{
"id": "oklab-function",
"title": "`oklab` and `oklch` color functions",
"description": "Functions that allow colors to be expressed in OKLab and OKLCH.",
"specification": "https://www.w3.org/TR/css-color-4/#specifying-oklab-oklch",
"stage": 2,
"example": "p {\n color: oklab(72.322% -0.0465 -0.1150);\n color: oklch(72.322% 0.12403 247.996);\n}",
"polyfills": [
{
"type": "PostCSS Plugin",
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function"
}
],
"browser_support": {},
"vendors_implementations": 0
},
{
"id": "opacity-percentage",

@@ -1089,2 +1123,8 @@ "title": "Support for percentages for `opacity`",

"example": "img {\n opacity: 90%;\n}",
"polyfills": [
{
"type": "PostCSS Plugin",
"link": "https://github.com/mrcgrtz/postcss-opacity-percentage"
}
],
"vendors_implementations": 2

@@ -1131,9 +1171,9 @@ },

"chrome": "23",
"safari": "7",
"opera": "15",
"ios_saf": "8",
"android": "97",
"safari": "6.1",
"opera": "12.1",
"ios_saf": "7",
"android": "4.4",
"bb": "10",
"op_mob": "64",
"and_chr": "97",
"and_chr": "23",
"and_ff": "96",

@@ -1168,5 +1208,5 @@ "and_uc": "12.12",

"opera": "52",
"android": "97",
"android": "65",
"op_mob": "64",
"and_chr": "97",
"and_chr": "65",
"and_ff": "96",

@@ -1223,8 +1263,8 @@ "samsung": "8.2",

"chrome": "76",
"safari": "13",
"safari": "12.1",
"opera": "62",
"ios_saf": "13",
"android": "97",
"android": "76",
"op_mob": "64",
"and_chr": "97",
"and_chr": "76",
"and_ff": "96",

@@ -1259,8 +1299,8 @@ "samsung": "12"

"chrome": "74",
"safari": "11",
"safari": "10.1",
"opera": "64",
"ios_saf": "10.3",
"android": "97",
"android": "74",
"op_mob": "64",
"and_chr": "97",
"and_chr": "74",
"and_ff": "96",

@@ -1288,6 +1328,6 @@ "samsung": "11.1"

"ios_saf": "9",
"android": "97",
"android": "36",
"bb": "10",
"op_mob": "64",
"and_chr": "97",
"and_chr": "36",
"and_ff": "96",

@@ -1318,5 +1358,5 @@ "and_uc": "12.12",

"ios_saf": "8",
"android": "97",
"android": "4.4",
"op_mob": "64",
"and_chr": "97",
"and_chr": "38",
"and_ff": "96",

@@ -1354,5 +1394,5 @@ "and_uc": "12.12",

"ios_saf": "11",
"android": "97",
"android": "56",
"op_mob": "64",
"and_chr": "97",
"and_chr": "56",
"and_ff": "96",

@@ -1359,0 +1399,0 @@ "and_uc": "12.12",

{
"name": "cssdb",
"version": "6.2.1",
"version": "6.3.0",
"type": "module",

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

"browserslist": "^4.19.1",
"caniuse-lite": "^1.0.30001310",
"caniuse-lite": "^1.0.30001311",
"fse": "^4.0.1",
"lodash.get": "^4.4.2",
"postcss": "^8.4.6",
"postcss-preset-env": "^7.3.1",
"postcss-preset-env": "^7.3.2",
"pre-commit": "^1.2.2",
"stylelint": "^14.4.0",
"stylelint": "^14.5.0",
"stylelint-config-standard": "^25.0.0"

@@ -51,0 +51,0 @@ },

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