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.1.0 to 3.2.0

7

CHANGELOG.md
# Changes to cssdb
### 3.2.0 (August 30th, 2018)
- Removed: Rejected `color-mod()` function
- Updated: Overflow shorthand is now Stage 2
- Updated: caniuse-like browser statistics for Custom Environment Variables and
Overflow Shorthand
### 3.1.0 (May 11th, 2018)

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

35

cssdb.json

@@ -21,3 +21,3 @@ [

"description": "A pseudo-class for matching anchor elements independent of whether they have been visited",
"specification": "https://www.w3.org/TR/selectors4/#any-link-pseudo",
"specification": "https://www.w3.org/TR/selectors-4/#any-link-pseudo",
"stage": 2,

@@ -52,3 +52,3 @@ "caniuse": "css-any-link",

"description": "An attribute selector matching attribute values case-insensitively",
"specification": "https://www.w3.org/TR/selectors4/#attribute-case",
"specification": "https://www.w3.org/TR/selectors-4/#attribute-case",
"stage": 2,

@@ -83,3 +83,3 @@ "caniuse": "css-case-insensitive",

"specification": "https://www.w3.org/TR/css-color-4/#funcdef-color-mod",
"stage": 2,
"stage": -1,
"example": "p {\n color: color-mod(black alpha(50%));\n}",

@@ -155,3 +155,3 @@ "polyfills": [

"description": "A pseudo-class for matching elements based on their directionality",
"specification": "https://www.w3.org/TR/selectors4/#dir-pseudo",
"specification": "https://www.w3.org/TR/selectors-4/#dir-pseudo",
"stage": 2,

@@ -173,2 +173,13 @@ "caniuse": "css-dir-pseudo",

"stage": 0,
"caniuse-compat": {
"and_chr": {
"69": "y"
},
"ios_saf": {
"11.2": "y"
},
"safari": {
"11.2": "y"
}
},
"example": "@media (max-width: env(--brand-small)) {\n body {\n padding: env(--brand-spacing);\n }\n}",

@@ -377,3 +388,3 @@ "polyfills": [

"description": "Flow-relative (left-to-right or right-to-left) properties and values",
"specification": "https://www.w3.org/TR/css-logical/",
"specification": "https://www.w3.org/TR/css-logical-1/",
"stage": 2,

@@ -393,3 +404,3 @@ "caniuse": "css-logical-props",

"description": "A pseudo-class for matching elements in a selector list",
"specification": "https://www.w3.org/TR/selectors4/#matches-pseudo",
"specification": "https://www.w3.org/TR/selectors-4/#matches-pseudo",
"stage": 2,

@@ -437,3 +448,3 @@ "caniuse": "css-matches-pseudo",

"description": "A pseudo-class for ignoring elements in a selector list",
"specification": "https://www.w3.org/TR/selectors4/#negation-pseudo",
"specification": "https://www.w3.org/TR/selectors-4/#negation-pseudo",
"stage": 2,

@@ -453,5 +464,11 @@ "caniuse": "css-not-sel-list",

"description": "A property for defining `overflow-x` and `overflow-y`",
"specification": "https://drafts.csswg.org/css-overflow/#propdef-overflow",
"stage": 1,
"specification": "https://www.w3.org/TR/css-overflow-3/#propdef-overflow",
"stage": 2,
"caniuse-compat": {
"and_chr": {
"68": "y"
},
"and_ff": {
"61": "y"
},
"chrome": {

@@ -458,0 +475,0 @@ "68": "y"

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

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

"devDependencies": {
"browserslist": "^3.2.7",
"caniuse-lite": "^1.0.30000839",
"browserslist": "^4.1.0",
"caniuse-lite": "^1.0.30000883",
"eslit": "^5.0.0",
"fse": "^4.0.0",
"marked": "^0.3.19",
"node-fetch": "^2.1.2",
"postcss": "^6.0.22",
"fse": "^4.0.1",
"marked": "^0.5.0",
"node-fetch": "^2.2.0",
"postcss": "^7.0.2",
"pre-commit": "^1.2.2"

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