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.2.0 to 1.3.0

5

CHANGELOG.md
# Changes to cssdb
### 1.3.0 (January 8th, 2017)
- Added: caniuse references for `css-logical` and `css-fonts-system-ui-def`
- Fixed: caniuse parsing for browser support
### 1.2.0 (January 8th, 2017)

@@ -4,0 +9,0 @@

3

cssdb.json

@@ -176,2 +176,3 @@ [

"stage": 3,
"caniuse": "font-family-system-ui",
"example": "body {\n font-family: system-ui;\n}",

@@ -215,3 +216,3 @@ "polyfills": [

"stage": 3,
"caniuse": "logical",
"caniuse": "css-logical-props",
"example": "span:first-child {\n float: inline-start;\n margin-inline-start: 10px;\n}",

@@ -218,0 +219,0 @@ "polyfills": [

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

@@ -23,3 +23,3 @@ "author": "Jonathan Neal <jonathantneal@hotmail.com>",

"fse": "^4.0.0",
"marked": "^0.3.9",
"marked": "^0.3.12",
"node-fetch": "^1.7.3",

@@ -26,0 +26,0 @@ "postcss": "^6.0.16",

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