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 2.0.0 to 2.1.0

6

CHANGELOG.md
# Changes to cssdb
### 2.1.0 (May 1st, 2018)
- Added: `environment-variables`
- Added: `overflow-property`
- Added: `gap-properties`
### 2.0.0 (April 7th, 2018)

@@ -4,0 +10,0 @@

@@ -186,2 +186,16 @@ [

{
"id": "environment-variables",
"title": "Environment Variables",
"description": "A syntax for using custom values accepted by CSS globally",
"specification": "https://drafts.csswg.org/css-overflow/#propdef-overflow",
"stage": 1,
"example": "@media (max-width: env(--brand-small)) {\n body {\n padding: env(--brand-spacing);\n }\n}",
"polyfills": [
{
"type": "PostCSS Plugin",
"link": "https://github.com/jonathantneal/postcss-env-function"
}
]
},
{
"id": "focus-visible-pseudo-class",

@@ -240,2 +254,31 @@ "title": "`:focus-visible` Focus-Indicated Pseudo-Class",

{
"id": "gap-properties",
"title": "Gap Properties",
"description": "Properties for defining gutters within a layout",
"specification": "https://www.w3.org/TR/css-grid-1/#gutters",
"stage": 4,
"caniuse-compat": {
"chrome": {
"66": "y"
},
"edge": {
"16": "y"
},
"firefox": {
"61": "y"
},
"safari": {
"11.2": "y",
"TP": "y"
}
},
"example": ".grid-1 {\n gap: 20px;\n}\n\n.grid-2 {\n column-gap: 40px;\n row-gap: 20px;\n}",
"polyfills": [
{
"type": "PostCSS Plugin",
"link": "https://github.com/jonathantneal/postcss-gap-properties"
}
]
},
{
"id": "gray-function",

@@ -425,2 +468,24 @@ "title": "`gray()` Function",

{
"id": "overflow-property",
"title": "`overflow` Property",
"description": "A property for defining `overflow-x` and `overflow-y`",
"specification": "https://drafts.csswg.org/css-overflow/#propdef-overflow",
"stage": 2,
"caniuse-compat": {
"chrome": {
"68": "y"
},
"firefox": {
"61": "y"
}
},
"example": "html {\n overflow: hidden auto;\n}",
"polyfills": [
{
"type": "PostCSS Plugin",
"link": "https://github.com/jonathantneal/postcss-overflow-shorthand"
}
]
},
{
"id": "overflow-wrap-property",

@@ -427,0 +492,0 @@ "title": "`overflow-wrap` Property",

8

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

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

"devDependencies": {
"browserslist": "^3.2.4",
"caniuse-lite": "^1.0.30000824",
"browserslist": "^3.2.6",
"caniuse-lite": "^1.0.30000832",
"eslit": "^5.0.0",

@@ -26,3 +26,3 @@ "fse": "^4.0.0",

"node-fetch": "^2.1.2",
"postcss": "^6.0.21",
"postcss": "^6.0.22",
"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