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.0.0 to 3.1.0

6

CHANGELOG.md
# Changes to cssdb
### 3.0.0 (May 7th, 2018)
### 3.1.0 (May 11th, 2018)
- Added: Polyfills for `lab-function` and `lch-function`
### 3.0.0 (May 10th, 2018)
- Changed: All stages from 1-4 to 0-4 to align with TC39

@@ -6,0 +10,0 @@ - Updated: Tests, badges, descriptions, and dependencies

@@ -346,3 +346,9 @@ [

"stage": 2,
"example": "body {\n color: lab(240 50 20)\n}"
"example": "body {\n color: lab(240 50 20);\n}",
"polyfills": [
{
"type": "PostCSS Plugin",
"link": "https://github.com/jonathantneal/postcss-lab-function"
}
]
},

@@ -355,3 +361,9 @@ {

"stage": 2,
"example": "body {\n color: lch(53 105 40)\n}"
"example": "body {\n color: lch(53 105 40);\n}",
"polyfills": [
{
"type": "PostCSS Plugin",
"link": "https://github.com/jonathantneal/postcss-lab-function"
}
]
},

@@ -358,0 +370,0 @@ {

2

package.json
{
"name": "cssdb",
"version": "3.0.0",
"version": "3.1.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