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 1.4.0 to 1.5.0

17

CHANGELOG.md
# Changes to cssdb
### 1.4.0 (January 16th, 2017)
### 1.5.0 (January 22th, 2018)
- Changed: Use the latest published specification URL whenever possible
- Changed: Upgrade Color #RRGGBBAA Notation to Stage 3
- Changed: Upgrade Color gray() Function to Stage 3
- Changed: Upgrade Color color-mod() Function to Stage 3
- Changed: Upgrade Color hwb() Function to Stage 3
- Changed: Downgrade Custom Properties to Stage 4
- Fixed: Color hwb() Function example
- Fixed: the Color rebeccapurple PostCSS Plugin URL
### 1.4.0 (January 16th, 2018)
- Changed: polyfill for `css-color-modifying-colors`
### 1.3.0 (January 8th, 2017)
### 1.3.0 (January 8th, 2018)

@@ -12,3 +23,3 @@ - Added: caniuse references for `css-logical` and `css-fonts-system-ui-def`

### 1.2.0 (January 8th, 2017)
### 1.2.0 (January 8th, 2018)

@@ -15,0 +26,0 @@ - Fixed: specification identifiers for `css-color-hwb-notation`,

52

cssdb.json

@@ -20,3 +20,3 @@ [

"description": "A space and slash separated notation used to specify colors",
"specification": "https://drafts.csswg.org/css-color/#changes-from-3",
"specification": "https://drafts.csswg.org/css-color/#ref-for-funcdef-rgb%E2%91%A1%E2%91%A0",
"specificationId": "css-color-functional-notation",

@@ -29,5 +29,5 @@ "stage": 2,

"description": "A 4 & 8 character hex notation for color to include the opacity level",
"specification": "https://drafts.csswg.org/css-color/#hex-notation",
"specification": "https://www.w3.org/TR/css-color-4/#hex-notation",
"specificationId": "css-color-hex-notation",
"stage": 2,
"stage": 3,
"caniuse": "css-rrggbbaa",

@@ -45,5 +45,5 @@ "example": "section {\n background-color: #f3f3f3f3;\n color: #0003;\n}",

"description": "A function used to modify a color",
"specification": "https://drafts.csswg.org/css-color/#modifying-colors",
"specification": "https://www.w3.org/TR/css-color-4/#modifying-colors",
"specificationId": "css-color-modifying-colors",
"stage": 2,
"stage": 3,
"example": "p {\n color: color-mod(black alpha(50%));\n}",

@@ -60,5 +60,5 @@ "polyfills": [

"description": "A function used to fully desaturate colors",
"specification": "https://drafts.csswg.org/css-color/#grays",
"specification": "https://www.w3.org/TR/css-color-4/#grays",
"specificationId": "css-color-grays",
"stage": 2,
"stage": 3,
"example": "p {\n color: gray(red);\n}",

@@ -75,6 +75,6 @@ "polyfills": [

"description": "A function used to specify colors, similar to HSL, but often even easier for humans to work with",
"specification": "https://drafts.csswg.org/css-color/#the-hwb-notation",
"specification": "https://www.w3.org/TR/css-color-4/#the-hwb-notation",
"specificationId": "css-color-hwb-notation",
"stage": 2,
"example": "p {\n color: hwb(120deg, 44%, 50%);\n}",
"stage": 3,
"example": "p {\n color: hwb(120, 44%, 50%);\n}",
"polyfills": [

@@ -90,3 +90,3 @@ {

"description": "A particularly lovely shade of purple in memory of Rebecca Alison Meyer",
"specification": "https://drafts.csswg.org/css-color/#valdef-color-rebeccapurple",
"specification": "https://www.w3.org/TR/css-color-4/#valdef-color-rebeccapurple",
"specificationId": "css-color-valdef-color-rebeccapurple",

@@ -99,3 +99,3 @@ "stage": 3,

"type": "PostCSS Plugin",
"link": "https://drafts.csswg.org/css-color/#valdef-color-rebeccapurple"
"link": "https://github.com/postcss/postcss-color-rebeccapurple"
}

@@ -107,5 +107,5 @@ ]

"description": "A syntax for defining custom values accepted by all CSS properties",
"specification": "https://drafts.csswg.org/css-variables/",
"specification": "https://www.w3.org/TR/css-variables-1/",
"specificationId": "css-variables",
"stage": 5,
"stage": 4,
"caniuse": "css-variables",

@@ -166,3 +166,3 @@ "example": "img {\n --some-length: 32px;\n\n height: var(--some-length);\n width: var(--some-length);\n}",

"description": "A property for defining the usage of alternate glyphs in a font",
"specification": "https://drafts.csswg.org/css-fonts/#propdef-font-variant",
"specification": "https://www.w3.org/TR/css-fonts-3/#propdef-font-variant",
"specificationId": "css-fonts-propdef-font-variant",

@@ -182,3 +182,3 @@ "stage": 4,

"description": "A generic font intended to match the default user interface",
"specification": "https://drafts.csswg.org/css-fonts-4/#system-ui-def",
"specification": "https://www.w3.org/TR/css-fonts-4/#system-ui-def",
"specificationId": "css-fonts-system-ui-def",

@@ -198,3 +198,3 @@ "stage": 3,

"description": "A syntax for using a grid concept to lay out content",
"specification": "https://drafts.csswg.org/css-grid-2/",
"specification": "https://www.w3.org/TR/css-grid-1/",
"specificationId": "css-grid",

@@ -208,3 +208,3 @@ "stage": 4,

"description": "A function for delivering the most appropriate image for a user’s device",
"specification": "https://drafts.csswg.org/css-images-4/#image-set-notation",
"specification": "https://www.w3.org/TR/css-images-4/#image-set-notation",
"specificationId": "css-images-image-set-notation",

@@ -224,3 +224,3 @@ "stage": 3,

"description": "Flow-relative (LTR or RTL) properties and values",
"specification": "https://drafts.csswg.org/css-logical/",
"specification": "https://www.w3.org/TR/css-logical/",
"specificationId": "css-logical",

@@ -254,3 +254,3 @@ "stage": 3,

"description": "A syntax for defining media query ranges using ordinary mathematical comparison operators",
"specification": "https://drafts.csswg.org/mediaqueries/#mq-ranges",
"specification": "https://www.w3.org/TR/mediaqueries-4/#mq-ranges",
"specificationId": "mediaqueries-mq-ranges",

@@ -297,3 +297,3 @@ "stage": 3,

"description": "An attribute selector used to match attribute values case-insensitively",
"specification": "https://drafts.csswg.org/selectors/#attribute-case",
"specification": "https://www.w3.org/TR/selectors4/#attribute-case",
"specificationId": "selectors-attribute-case",

@@ -313,3 +313,3 @@ "stage": 3,

"description": "A pseudo-class for writing selectors that represent an anchor element independent of whether it has been visited",
"specification": "https://drafts.csswg.org/selectors/#any-link-pseudo",
"specification": "https://www.w3.org/TR/selectors4/#the-any-link-pseudo",
"specificationId": "selectors-any-link-pseudo",

@@ -329,3 +329,3 @@ "stage": 3,

"description": "A pseudo-class for writing selectors that represent an element based on its directionality",
"specification": "https://drafts.csswg.org/selectors/#the-dir-pseudo",
"specification": "https://www.w3.org/TR/selectors4/#the-dir-pseudo",
"specificationId": "selectors-dir-pseudo",

@@ -345,3 +345,3 @@ "stage": 3,

"description": "A pseudo-class used to match a selector list",
"specification": "https://drafts.csswg.org/selectors-4/#matches",
"specification": "https://www.w3.org/TR/selectors4/#matches",
"specificationId": "selectors-matches",

@@ -361,3 +361,3 @@ "stage": 3,

"description": "A pseudo-class used to ignore a selector list",
"specification": "https://drafts.csswg.org/selectors-4/#negation",
"specification": "https://www.w3.org/TR/selectors4/#negation",
"specificationId": "selectors-negation",

@@ -391,3 +391,3 @@ "stage": 3,

"description": "A property for defining whether to insert line breaks within words to prevent overflowing",
"specification": "https://drafts.csswg.org/css-text-3/#overflow-wrap-property",
"specification": "https://www.w3.org/TR/css-text-3/#overflow-wrap-property",
"specificationId": "css-text-overflow-wrap-property",

@@ -394,0 +394,0 @@ "stage": 3,

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

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

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