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.6.1 to 6.6.2

33

cssdb.json

@@ -122,2 +122,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": "cascade-layers",

@@ -143,3 +153,8 @@ "title": "CSS Cascade Layers",

"example": "/* Un-layered styles have the highest priority */\na {\n color: mediumvioletred;\n}\n\n@layer defaults {\n a { color: maroon; }\n}",
"polyfills": [],
"polyfills": [
{
"type": "PostCSS Plugin",
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-cascade-layers"
}
],
"vendors_implementations": 3

@@ -1118,12 +1133,2 @@ },

{
"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",

@@ -1484,2 +1489,8 @@ "title": "`oklab` and `oklch` color functions",

"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}",
"polyfills": [
{
"type": "PostCSS Plugin",
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-trigonometric-functions"
}
],
"vendors_implementations": 1

@@ -1486,0 +1497,0 @@ },

{
"name": "cssdb",
"version": "6.6.1",
"version": "6.6.2",
"type": "module",

@@ -43,12 +43,12 @@ "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.18",
"@mdn/browser-compat-data": "^4.2.1",
"astro": "0.24.3",
"browserslist": "^4.20.3",
"caniuse-lite": "^1.0.30001334",
"caniuse-lite": "^1.0.30001342",
"fse": "^4.0.1",
"lodash.get": "^4.4.2",
"postcss": "^8.4.13",
"postcss-preset-env": "^7.4.4",
"postcss": "^8.4.14",
"postcss-preset-env": "^7.6.0",
"pre-commit": "^1.2.2",
"stylelint": "^14.8.1",
"stylelint": "^14.8.3",
"stylelint-config-standard": "^25.0.0"

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