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.4.1 to 7.5.0

19

cssdb.json

@@ -742,2 +742,13 @@ [

{
"id": "gradients-interpolation-method",
"title": "Gradients Interpolation Method",
"description": "Define the interpolation method for gradients",
"specification": "https://www.w3.org/TR/css-images-4/#color-interpolation",
"stage": 2,
"browser_support": {},
"example": ".pie_chart {\n background-image: conic-gradient(in oklch, yellowgreen 40%, gold 0deg 75%, #f06 0deg);\n}",
"polyfills": [],
"vendors_implementations": 0
},
{
"id": "gray-function",

@@ -1121,2 +1132,3 @@ "title": "`gray()` Function",

"ios_saf": "15.4",
"op_mob": "73",
"opera": "94",

@@ -1182,4 +1194,4 @@ "safari": "15.4"

"firefox": "78",
"ios_saf": "16.2",
"safari": "16.2"
"ios_saf": "16.4",
"safari": "16.4"
},

@@ -1196,3 +1208,3 @@ "docs": {

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

@@ -1689,2 +1701,3 @@ {

"and_chr": "87",
"and_ff": "79",
"android": "87",

@@ -1691,0 +1704,0 @@ "chrome": "87",

16

package.json
{
"name": "cssdb",
"version": "7.4.1",
"version": "7.5.0",
"type": "module",

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

"devDependencies": {
"@mdn/browser-compat-data": "^5.2.30",
"browserslist": "^4.21.4",
"caniuse-lite": "^1.0.30001445",
"glob": "^8.1.0",
"@mdn/browser-compat-data": "^5.2.45",
"browserslist": "^4.21.5",
"caniuse-lite": "^1.0.30001469",
"glob": "^9.3.0",
"lodash.get": "^4.4.2",
"postcss": "^8.4.21",
"postcss-cli": "^10.1.0",
"postcss-preset-env": "^8.0.0",
"postcss-preset-env": "^8.0.1",
"semver": "^7.3.8",
"stylelint": "^14.16.1",
"stylelint-config-standard": "^29.0.0"
"stylelint": "^15.3.0",
"stylelint-config-standard": "^31.0.0"
},

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