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.5.0 to 6.6.0

74

cssdb.json

@@ -132,5 +132,7 @@ [

"safari": "15.4",
"opera": "86",
"ios_saf": "15.4",
"android": "99",
"and_chr": "99"
"and_chr": "99",
"and_ff": "97"
},

@@ -323,3 +325,5 @@ "docs": {

"stage": 0,
"browser_support": {},
"browser_support": {
"safari": "TP"
},
"docs": {

@@ -523,2 +527,12 @@ "mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Container_Queries"

{
"id": "exponential-functions",
"title": "`pow()`, `sqrt()`, `hypot()`, `log()`, `exp()` exponential functions",
"description": "Compute various exponential functions with their arguments",
"specification": "https://www.w3.org/TR/css-values-4/#exponent-funcs",
"stage": 2,
"browser_support": {},
"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": 0
},
{
"id": "fangsong-font-family",

@@ -556,2 +570,4 @@ "title": "`fangsong` Font Family",

"op_mob": "61",
"safari": "15.4",
"ios_saf": "15.4",
"samsung": "14.0",

@@ -574,3 +590,3 @@ "android": "86"

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

@@ -809,6 +825,10 @@ {

"browser_support": {
"chrome": "101",
"and_chr": "101",
"edge": "101",
"firefox": "96",
"and_ff": "96",
"safari": "15",
"ios_saf": "15"
"ios_saf": "15",
"android": "101"
},

@@ -825,3 +845,3 @@ "docs": {

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

@@ -1103,2 +1123,12 @@ {

{
"id": "calc-constants",
"title": "`e`, `pi`, `infinity`, `-infinity` and `NaN` constants for calculation",
"description": "Constants for calculation simplification",
"specification": "https://www.w3.org/TR/css-values-4/#calc-constants",
"stage": 2,
"browser_support": {},
"example": "p {\n font-size: calc(pow(e, pi) * 1rem);\n}",
"vendors_implementations": 0
},
{
"id": "oklab-function",

@@ -1219,2 +1249,3 @@ "title": "`oklab` and `oklch` color functions",

"chrome": "65",
"safari": "TP",
"opera": "52",

@@ -1390,2 +1421,22 @@ "android": "65",

{
"id": "sign-functions",
"title": "`abs()` and `sign()` functions",
"description": "The sign-related functions—abs() and sign()—compute various functions related to the sign of their argument",
"specification": "https://www.w3.org/TR/css-values-4/#sign-funcs",
"stage": 2,
"browser_support": {},
"example": "div {\n order: abs(-10);\n order: sign(-10);\n}",
"vendors_implementations": 0
},
{
"id": "stepped-value-functions",
"title": "`round()`, `mod()` and `rem()` functions",
"description": "The stepped-value functions, `round()`, `mod()`, and `rem()`, all transform a given value according to another \"step value\", in different ways",
"specification": "https://www.w3.org/TR/css-values-4/#round-func",
"stage": 2,
"browser_support": {},
"example": "div {\n left: mod(18px, 5px);\n top: rem(18px, 5px);\n right: round(2.5px, 1px);\n bottom: round(up, 15px, 7px);\n}",
"vendors_implementations": 0
},
{
"id": "system-ui-font-family",

@@ -1424,2 +1475,15 @@ "title": "`system-ui` Font Family",

{
"id": "trigonometric-functions",
"title": "`sin()`, `cos()`, `tan()`, `asin()`, `acos()`, `atan()` and `atan2()` functions",
"description": "Functions to calculate varios basic trigonometric relationships",
"specification": "https://www.w3.org/TR/css-values-4/#trig-funcs",
"stage": 2,
"browser_support": {
"safari": "15.4",
"ios_saf": "15.4"
},
"example": "body {\n left: sin(45deg);\n left: cos(45deg);\n left: tan(45deg);\n left: asin(0.5);\n left: acos(0.5);\n left: atan(10);\n left: atan2(-1, 1);\n}",
"vendors_implementations": 1
},
{
"id": "unset-value",

@@ -1426,0 +1490,0 @@ "title": "`unset` Keyword",

20

package.json
{
"name": "cssdb",
"version": "6.5.0",
"version": "6.6.0",
"type": "module",

@@ -8,2 +8,6 @@ "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"
},
"repository": "csstools/cssdb",

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

"@astropub/webapi": "^0.10.14",
"@mdn/browser-compat-data": "^4.1.11",
"astro": "^0.24.0",
"browserslist": "^4.20.0",
"caniuse-lite": "^1.0.30001317",
"@mdn/browser-compat-data": "^4.1.18",
"astro": "0.24.3",
"browserslist": "^4.20.3",
"caniuse-lite": "^1.0.30001334",
"fse": "^4.0.1",
"lodash.get": "^4.4.2",
"postcss": "^8.4.8",
"postcss-preset-env": "^7.4.2",
"postcss": "^8.4.13",
"postcss-preset-env": "^7.4.4",
"pre-commit": "^1.2.2",
"stylelint": "^14.5.3",
"stylelint": "^14.8.1",
"stylelint-config-standard": "^25.0.0"

@@ -52,0 +56,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