Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cssdb

Package Overview
Dependencies
Maintainers
3
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.7.0 to 7.7.1

39

cssdb.json

@@ -272,3 +272,4 @@ [

"opera": "97",
"safari": "15"
"safari": "15",
"samsung": "22.0"
},

@@ -331,3 +332,4 @@ "docs": {

"opera": "97",
"safari": "16.2"
"safari": "16.2",
"samsung": "22.0"
},

@@ -583,2 +585,8 @@ "example": "p {\n color: color-mix(in lch, purple 50%, plum 50%);\n}",

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

@@ -792,3 +800,4 @@ },

"opera": "97",
"safari": "16.2"
"safari": "16.2",
"samsung": "22.0"
},

@@ -993,5 +1002,7 @@ "example": ".pie_chart {\n background-image: conic-gradient(in oklch, yellowgreen 40%, gold 0deg 75%, #f06 0deg);\n}",

"firefox": "88",
"ios_saf": "14",
"oculus": "5.0",
"op_mob": "14",
"opera": "15",
"safari": "14",
"samsung": "1.5"

@@ -1009,3 +1020,3 @@ },

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

@@ -1085,3 +1096,4 @@ {

"opera": "97",
"safari": "15"
"safari": "15",
"samsung": "22.0"
},

@@ -1115,3 +1127,4 @@ "docs": {

"opera": "97",
"safari": "15"
"safari": "15",
"samsung": "22.0"
},

@@ -1304,3 +1317,3 @@ "docs": {

"type": "PostCSS Plugin",
"link": "https://github.com/postcss/postcss-media-minmax"
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-minmax"
}

@@ -1348,3 +1361,6 @@ ],

"stage": 2,
"browser_support": {},
"browser_support": {
"and_ff": "117",
"firefox": "117"
},
"example": "article {\n & p {\n color: #333;\n }\n}",

@@ -1405,3 +1421,4 @@ "polyfills": [

"opera": "97",
"safari": "15.4"
"safari": "15.4",
"samsung": "22.0"
},

@@ -1749,2 +1766,3 @@ "example": "p {\n color: oklab(72.322% -0.0465 -0.1150);\n color: oklch(72.322% 0.12403 247.996);\n}",

"browser_support": {
"firefox": "preview",
"ios_saf": "15.4",

@@ -1868,3 +1886,4 @@ "safari": "15.4"

"opera": "97",
"safari": "15.4"
"safari": "15.4",
"samsung": "22.0"
},

@@ -1871,0 +1890,0 @@ "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}",

{
"name": "cssdb",
"version": "7.7.0",
"version": "7.7.1",
"type": "module",

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

"devDependencies": {
"@mdn/browser-compat-data": "^5.3.5",
"browserslist": "^4.21.9",
"caniuse-lite": "^1.0.30001517",
"@mdn/browser-compat-data": "^5.3.11",
"browserslist": "^4.21.10",
"caniuse-lite": "^1.0.30001522",
"glob": "^10.3.3",
"lodash.get": "^4.4.2",
"postcss": "^8.4.27",
"postcss": "^8.4.28",
"postcss-cli": "^10.1.0",
"postcss-preset-env": "^9.0.0",
"postcss-preset-env": "^9.1.1",
"semver": "^7.5.4",
"stylelint": "^15.10.2",
"stylelint": "^15.10.3",
"stylelint-config-standard": "^34.0.0"

@@ -65,3 +65,2 @@ },

"rules": {
"indentation": "tab",
"property-no-unknown": [

@@ -77,4 +76,3 @@ true,

"no-descending-specificity": null,
"value-keyword-case": null,
"number-leading-zero": "never"
"value-keyword-case": null
}

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