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

cssdb

Package Overview
Dependencies
Maintainers
1
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 3.2.1 to 4.0.0

4

CHANGELOG.md
# Changes to cssdb
### 4.0.0 (October 23, 2018)
- Changed: `:something()` is now `:where()` and moved from Stage 2 to Stage 1
### 3.2.1 (August 31st, 2018)

@@ -4,0 +8,0 @@

16

cssdb.json

@@ -536,10 +536,2 @@ [

{
"id": "something-pseudo-class",
"title": "`:something()` Zero-Specificity Pseudo-Class",
"description": "A pseudo-class for matching elements in a selector list without contributing specificity",
"specification": "https://www.w3.org/TR/selectors-4/#something-pseudo",
"stage": 2,
"example": "a:something(:not(:hover)) {\n text-decoration: none;\n}"
},
{
"id": "system-ui-font-family",

@@ -566,3 +558,11 @@ "title": "`system-ui` Font Family",

"example": "@when media(width >= 640px) and (supports(display: flex) or supports(display: grid)) {\n /* A */\n} @else media(pointer: coarse) {\n /* B */\n} @else {\n /* C */\n}"
},
{
"id": "where-pseudo-class",
"title": "`:where()` Zero-Specificity Pseudo-Class",
"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,
"example": "a:where(:not(:hover)) {\n text-decoration: none;\n}"
}
]
{
"name": "cssdb",
"version": "3.2.1",
"version": "4.0.0",
"description": "A comprehensive list of CSS features and their positions in the process of becoming implemented web standards",

@@ -20,9 +20,9 @@ "author": "Jonathan Neal <jonathantneal@hotmail.com>",

"devDependencies": {
"browserslist": "^4.1.0",
"caniuse-lite": "^1.0.30000883",
"browserslist": "^4.2.0",
"caniuse-lite": "^1.0.30000889",
"eslit": "^5.0.0",
"fse": "^4.0.1",
"marked": "^0.5.0",
"marked": "^0.5.1",
"node-fetch": "^2.2.0",
"postcss": "^7.0.2",
"postcss": "^7.0.5",
"pre-commit": "^1.2.2"

@@ -29,0 +29,0 @@ },

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