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.5.1 to 7.5.2

35

cssdb.json

@@ -324,7 +324,14 @@ [

"edge": "111",
"opera": "97"
"opera": "97",
"ios_saf": "16.2",
"safari": "16.2"
},
"example": "p {\n color: color-mix(in lch, purple 50%, plum 50%);\n}",
"polyfills": [],
"vendors_implementations": 1
"polyfills": [
{
"type": "PostCSS Plugin",
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function"
}
],
"vendors_implementations": 2
},

@@ -762,6 +769,18 @@ {

"stage": 2,
"browser_support": {},
"browser_support": {
"and_chr": "111",
"android": "111",
"chrome": "111",
"edge": "111",
"ios_saf": "16.2",
"safari": "16.2"
},
"example": ".pie_chart {\n background-image: conic-gradient(in oklch, yellowgreen 40%, gold 0deg 75%, #f06 0deg);\n}",
"polyfills": [],
"vendors_implementations": 0
"polyfills": [
{
"type": "PostCSS Plugin",
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method"
}
],
"vendors_implementations": 2
},

@@ -845,6 +864,2 @@ {

"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/css-has-pseudo"
},
{
"type": "Experimental Library",
"link": "https://github.com/csstools/postcss-plugins/tree/main/experimental/css-has-pseudo"
}

@@ -851,0 +866,0 @@ ],

{
"name": "cssdb",
"version": "7.5.1",
"version": "7.5.2",
"type": "module",

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

"browserslist": "^4.21.5",
"caniuse-lite": "^1.0.30001469",
"caniuse-lite": "^1.0.30001470",
"glob": "^9.3.0",

@@ -51,3 +51,3 @@ "lodash.get": "^4.4.2",

"postcss-cli": "^10.1.0",
"postcss-preset-env": "^8.0.1",
"postcss-preset-env": "^8.1.0",
"semver": "^7.3.8",

@@ -54,0 +54,0 @@ "stylelint": "^15.3.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