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.3.0 to 6.3.1

18

cssdb.json

@@ -234,2 +234,8 @@ [

"example": "p {\n color: color(display-p3 1 0.5 0);\n color: color(display-p3 1 0.5 0 / .5);\n}",
"polyfills": [
{
"type": "PostCSS Plugin",
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function"
}
],
"vendors_implementations": 1

@@ -256,3 +262,3 @@ },

},
"example": "em {\n background-color: hsl(120deg 100% 25%);\n box-shadow: 0 0 0 10px hwb(120deg 100% 25% / 80%);\n color: rgb(0 255 0);\n}",
"example": "em {\n background-color: hsl(120deg 100% 25%);\n color: rgb(0 255 0);\n}",
"polyfills": [

@@ -352,3 +358,3 @@ {

},
"example": "img {\n --some-length: 32px;\n\n height: var(--some-length);\n width: var(--some-length);\n}",
"example": ":root {\n --some-length: 32px;\n\n height: var(--some-length);\n width: var(--some-length);\n}",
"polyfills": [

@@ -794,3 +800,3 @@ {

"type": "PostCSS Plugin",
"link": "https://github.com/postcss/postcss-color-hwb"
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function"
}

@@ -819,3 +825,3 @@ ],

"type": "PostCSS Plugin",
"link": "https://github.com/JLHwung/postcss-ic-unit"
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-ic-unit"
}

@@ -916,3 +922,3 @@ ],

},
"example": "body {\n color: lab(240 50 20);\n}",
"example": "body {\n color: lab(80% 50 20);\n}",
"polyfills": [

@@ -939,3 +945,3 @@ {

},
"example": "body {\n color: lch(53 105 40);\n}",
"example": "body {\n color: lch(53% 105 40);\n}",
"polyfills": [

@@ -942,0 +948,0 @@ {

{
"name": "cssdb",
"version": "6.3.0",
"version": "6.3.1",
"type": "module",

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

"browserslist": "^4.19.1",
"caniuse-lite": "^1.0.30001311",
"caniuse-lite": "^1.0.30001312",
"fse": "^4.0.1",
"lodash.get": "^4.4.2",
"postcss": "^8.4.6",
"postcss-preset-env": "^7.3.2",
"postcss-preset-env": "^7.3.3",
"pre-commit": "^1.2.2",

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