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 4.2.0 to 4.3.0

10

CHANGELOG.md
# Changes to cssdb
### 4.3.0 (December 12, 2018)
- Added: `:blank` Empty-Value Pseudo-Class
- Added: caniuse link for `:has()` Relational Pseudo-Class
- Added: JavaScript Library and PostCSS Plugin links for the `:blank`
Empty-Value Pseudo-Class and the `:has()` Relational Pseudo-Class
### 4.2.0 (November 4, 2018)

@@ -74,3 +81,4 @@

system was created; to **name** the feature and provide **context**. This meant
a feature ID like `css-cascade-all-shorthand` became `all-property`, and `css-fonts-propdef-font-variant` became `font-variant-property`, etc. This
a feature ID like `css-cascade-all-shorthand` became `all-property`, and
`css-fonts-propdef-font-variant` became `font-variant-property`, etc. This
greatly simplified all of the feature IDs and allowed for more predictive

@@ -77,0 +85,0 @@ naming moving forward.

@@ -39,2 +39,20 @@ [

{
"id": "blank-pseudo-class",
"title": "`:blank` Empty-Value Pseudo-Class",
"description": "A pseudo-class for matching form elements when they are empty",
"specification": "https://drafts.csswg.org/selectors-4/#blank",
"stage": 1,
"example": "input:blank {\n background-color: yellow;\n}",
"polyfills": [
{
"type": "JavaScript Library",
"link": "https://github.com/csstools/css-blank-pseudo"
},
{
"type": "PostCSS Plugin",
"link": "https://github.com/csstools/css-blank-pseudo"
}
]
},
{
"id": "break-properties",

@@ -379,6 +397,17 @@ "title": "Break Properties",

"stage": 2,
"caniuse": "css-has",
"docs": {
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/:has"
},
"example": "a:has(> img) {\n display: block;\n}"
"example": "a:has(> img) {\n display: block;\n}",
"polyfills": [
{
"type": "JavaScript Library",
"link": "https://github.com/csstools/css-has-pseudo"
},
{
"type": "PostCSS Plugin",
"link": "https://github.com/csstools/css-has-pseudo"
}
]
},

@@ -385,0 +414,0 @@ {

17

package.json
{
"name": "cssdb",
"version": "4.2.0",
"version": "4.3.0",
"description": "A comprehensive list of CSS features and their positions in the process of becoming implemented web standards",

@@ -23,5 +23,4 @@ "author": "Jonathan Neal <jonathantneal@hotmail.com>",

"devDependencies": {
"browserslist": "^4.3.4",
"caniuse-lite": "^1.0.30000905",
"css-prefers-color-scheme": "^3.0.0",
"browserslist": "^4.3.5",
"caniuse-lite": "^1.0.30000918",
"cssnano": "^4.1.7",

@@ -31,8 +30,8 @@ "eslit": "^5.0.0",

"http-server": "^0.11.1",
"marked": "^0.5.1",
"node-fetch": "^2.2.1",
"postcss": "^7.0.5",
"postcss-preset-env": "^6.3.1",
"marked": "^0.5.2",
"node-fetch": "^2.3.0",
"postcss": "^7.0.6",
"postcss-preset-env": "^6.4.0",
"pre-commit": "^1.2.2",
"stylelint": "^9.7.1",
"stylelint": "^9.9.0",
"stylelint-config-dev": "^4.0.0"

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