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.0.2 to 6.1.0

46

cssdb.json

@@ -70,4 +70,4 @@ [

"description": "A pseudo-class for matching form elements when they are empty",
"specification": "https://drafts.csswg.org/selectors-4/#blank",
"stage": 1,
"specification": "https://www.w3.org/TR/selectors-4/#blank",
"stage": 2,
"browser_support": {},

@@ -155,4 +155,4 @@ "docs": {

"description": "The clamp() CSS function clamps a value between an upper and lower bound. It enables selecting a middle value within a range of values between a defined minimum and maximum.",
"specification": "https://drafts.csswg.org/css-values/#calc-notation",
"stage": 1,
"specification": "https://www.w3.org/TR/css-values-4/#funcdef-clamp",
"stage": 2,
"browser_support": {

@@ -196,4 +196,4 @@ "chrome": "79",

"description": "A function for choosing the color that contrasts the most.",
"specification": "https://drafts.csswg.org/css-color-5/#funcdef-color-contrast",
"stage": 1,
"specification": "https://www.w3.org/TR/css-color-5/#colorcontrast",
"stage": 2,
"browser_support": {

@@ -213,4 +213,4 @@ "safari": "15",

"description": "A space and slash separated notation for specifying colors",
"specification": "https://drafts.csswg.org/css-color/#ref-for-funcdef-rgb%E2%91%A1%E2%91%A0",
"stage": 1,
"specification": "https://www.w3.org/TR/css-color-4/#funcdef-rgb",
"stage": 2,
"browser_support": {

@@ -266,3 +266,3 @@ "chrome": "65",

"description": "New container property and container at rule to make changes depending on the container's size",
"specification": "https://drafts.csswg.org/css-contain-3/#container-queries",
"specification": "https://www.w3.org/TR/css-contain-3/#container-queries",
"stage": 0,

@@ -289,4 +289,4 @@ "browser_support": {},

"description": "An at-rule for defining aliases that represent media queries",
"specification": "https://drafts.csswg.org/mediaqueries-5/#at-ruledef-custom-media",
"stage": 1,
"specification": "https://www.w3.org/TR/mediaqueries-5/#at-ruledef-custom-media",
"stage": 2,
"browser_support": {},

@@ -388,4 +388,4 @@ "polyfills": [

"description": "Syntax that allows definition of outer and inner displays types for an element",
"specification": "https://drafts.csswg.org/css-display/#the-display-properties",
"stage": 1,
"specification": "https://www.w3.org/TR/css-display-3/#the-display-properties",
"stage": 2,
"browser_support": {

@@ -955,3 +955,3 @@ "firefox": "70"

"description": "A syntax for nesting relative rules within rules",
"specification": "https://drafts.csswg.org/css-nesting-1/",
"specification": "https://www.w3.org/TR/css-nesting-1/",
"stage": 1,

@@ -1001,4 +1001,4 @@ "browser_support": {},

"description": "Syntactic sugar to use percentages instead of a float between 0 and 1.",
"specification": "https://drafts.csswg.org/css-color/#transparency",
"stage": 1,
"specification": "https://www.w3.org/TR/css-color-4/#transparency",
"stage": 2,
"browser_support": {

@@ -1083,3 +1083,3 @@ "chrome": "78",

"description": "Properties for controlling when the scroll position of a scroll container reaches the edge of a scrollport",
"specification": "https://drafts.csswg.org/css-overscroll-behavior",
"specification": "https://www.w3.org/TR/css-overscroll-1/",
"stage": 1,

@@ -1137,4 +1137,4 @@ "browser_support": {

"description": "A media query to detect if the user has requested the system use a light or dark color theme",
"specification": "https://drafts.csswg.org/mediaqueries-5/#prefers-color-scheme",
"stage": 1,
"specification": "https://www.w3.org/TR/mediaqueries-5/#prefers-color-scheme",
"stage": 2,
"browser_support": {

@@ -1172,4 +1172,4 @@ "edge": "79",

"description": "A media query to detect if the user has requested less animation and general motion on the page",
"specification": "https://drafts.csswg.org/mediaqueries-5/#prefers-reduced-motion",
"stage": 1,
"specification": "https://www.w3.org/TR/mediaqueries-5/#prefers-reduced-motion",
"stage": 2,
"browser_support": {

@@ -1300,4 +1300,4 @@ "edge": "79",

"description": "A pseudo-class for matching elements in a selector list without contributing specificity",
"specification": "https://drafts.csswg.org/selectors-4/#where-pseudo",
"stage": 1,
"specification": "https://www.w3.org/TR/selectors-4/#where-pseudo",
"stage": 2,
"browser_support": {

@@ -1304,0 +1304,0 @@ "chrome": "88",

{
"name": "cssdb",
"version": "6.0.2",
"version": "6.1.0",
"type": "module",

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

"devDependencies": {
"@astropub/webapi": "^0.10.2",
"@mdn/browser-compat-data": "^4.1.4",
"astro": "^0.22.16",
"@astropub/webapi": "^0.10.11",
"@mdn/browser-compat-data": "^4.1.5",
"astro": "^0.22.20",
"browserslist": "^4.19.1",
"caniuse-lite": "^1.0.30001300",
"caniuse-lite": "^1.0.30001304",
"fse": "^4.0.1",

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

"pre-commit": "^1.2.2",
"stylelint": "^14.2.0",
"stylelint": "^14.3.0",
"stylelint-config-standard": "^24.0.0"

@@ -67,2 +67,3 @@ },

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

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