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.4.0 to 5.0.0

7

CHANGELOG.md
# Changes to cssdb
### 5.0.0 (May 24, 2019)
- Removed: Rejected `:matches()` psuedo-class (major)
- Added: Stage 2 `:is()` pseudo-class (minor)
- Added: MDN docs for `image-set-function` (patch)
- Added: MDN docs for `:blank` pseudo-class (patch)
### 4.4.0 (March 7, 2019)

@@ -4,0 +11,0 @@

24

cssdb.json

@@ -44,2 +44,5 @@ [

"stage": 1,
"docs": {
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/:blank"
},
"example": "input:blank {\n background-color: yellow;\n}",

@@ -452,2 +455,5 @@ "polyfills": [

"caniuse": "css-image-set",
"docs": {
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/image-set"
},
"example": "p {\n background-image: image-set(\n \"foo.png\" 1x,\n \"foo-2x.png\" 2x,\n \"foo-print.png\" 600dpi\n );\n}",

@@ -474,2 +480,13 @@ "polyfills": [

{
"id": "is-pseudo-class",
"title": "`:is()` Matches-Any Pseudo-Class",
"description": "A pseudo-class for matching elements in a selector list",
"specification": "https://www.w3.org/TR/selectors-4/#matches-pseudo",
"stage": 2,
"docs": {
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/:is"
},
"example": "p:is(:first-child, .special) {\n margin-top: 1em;\n}"
},
{
"id": "lab-function",

@@ -524,8 +541,5 @@ "title": "`lab()` Function",

"description": "A pseudo-class for matching elements in a selector list",
"specification": "https://www.w3.org/TR/selectors-4/#matches-pseudo",
"stage": 2,
"specification": "https://www.w3.org/TR/selectors-4/#selectordef-matches",
"stage": -1,
"caniuse": "css-matches-pseudo",
"docs": {
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/:matches"
},
"example": "p:matches(:first-child, .special) {\n margin-top: 1em;\n}",

@@ -532,0 +546,0 @@ "polyfills": [

{
"name": "cssdb",
"version": "4.4.0",
"version": "5.0.0",
"description": "A comprehensive list of CSS features and their positions in the process of becoming implemented web standards",

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

"devDependencies": {
"browserslist": "^4.4.2",
"caniuse-lite": "^1.0.30000942",
"browserslist": "^4.6.0",
"caniuse-lite": "^1.0.30000971",
"cssnano": "^4.1.10",

@@ -30,8 +30,8 @@ "eslit": "^6.0.0",

"http-server": "^0.11.1",
"marked": "^0.6.1",
"node-fetch": "^2.3.0",
"postcss": "^7.0.14",
"marked": "^0.6.2",
"node-fetch": "^2.6.0",
"postcss": "^7.0.16",
"postcss-preset-env": "^6.6.0",
"pre-commit": "^1.2.2",
"stylelint": "^9.10.1",
"stylelint": "^10.0.1",
"stylelint-config-dev": "^4.0.0"

@@ -38,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