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

4

CHANGELOG.md
# Changes to cssdb
### 4.1.0 (October 28, 2018)
- Added: Double Position Gradients
### 4.0.0 (October 23, 2018)

@@ -4,0 +8,0 @@

@@ -164,2 +164,24 @@ [

{
"id": "double-position-gradients",
"title": "Double Position Gradients",
"description": "A syntax for using two positions in a gradient.",
"specification": "https://www.w3.org/TR/css-images-4/#color-stop-syntax",
"stage": 2,
"caniuse-compat": {
"and_chr": {
"71": "y"
},
"chrome": {
"71": "y"
}
},
"example": ".pie_chart {\n background-image: conic-gradient(yellowgreen 40%, gold 0deg 75%, #f06 0deg);\n}",
"polyfills": [
{
"type": "PostCSS Plugin",
"link": "https://github.com/jonathantneal/postcss-double-position-gradients"
}
]
},
{
"id": "environment-variables",

@@ -166,0 +188,0 @@ "title": "Custom Environment Variables",

6

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

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

"devDependencies": {
"browserslist": "^4.2.0",
"caniuse-lite": "^1.0.30000889",
"browserslist": "^4.3.4",
"caniuse-lite": "^1.0.30000899",
"eslit": "^5.0.0",

@@ -24,0 +24,0 @@ "fse": "^4.0.1",

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