Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cssdb

Package Overview
Dependencies
Maintainers
3
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cssdb - npm Package Versions

1
7

6.3.0

Diff

Changelog

Source

6.3.0 (February 12, 2022)

  • Added: Stage 2 oklab function (minor).
  • Added missing polyfills for clamp(), opacity percentages, :is pseudo and display-two-values.
  • Fixed and_chr and android browsers always using the latest version on Can I Use, now leverages Desktop version if the supported version is the latest one. See Fyrd/caniuse#3518.
  • Updated stylelint to 14.5.0 (minor)
  • Updated caniuse-lite to 1.0.30001311 (patch)
  • Updated postcss-preset-env to 7.3.2 (patch)
alaguna
published 6.2.1 •

Changelog

Source

6.2.1 (February 10, 2022)

  • Returning example to the exported DB (removed on 6.0.0).
  • Removed outdated plugin from Container Queries.
  • Added link to experimental version of :has.
  • Updated @astropub/webapi to 0.10.13 (patch)
  • Updated @mdn/browser-compat-data to 4.1.7 (patch)
  • Updated caniuse-lite to 1.0.30001310 (patch)
  • Updated stylelint to 14.4.0 (minor)
  • Updated stylelint-config-standard to25.0.0 (major)
alaguna
published 6.2.0 •

Changelog

Source

6.2.0 (February 5, 2022)

  • Added: color() function feature as Stage 2.
  • Fixed vendors_implementations so it doesn't count unreleased browsers.
  • Updated postcss-preset-env to ^7.3.1 (minor)
  • Updated @mdn/browser-compat-data to ^4.1.6 (patch)
  • Updated caniuse-lite to ^1.0.30001307 (patch)
  • Updated postcss to ^8.4.6 (patch)
alaguna
published 6.1.0 •

Changelog

Source

6.1.0 (January 31, 2022)

  • blank-pseudo-class is now Stage 2 and has links to an official spec! 🎉 (minor)
  • clamp is now Stage 2 and has links to an official spec! 🎉 (minor)
  • color-contrast is now Stage 2 and has links to an official spec! 🎉 (minor)
  • color-functional-notation is now Stage 2 and has links to an official spec! 🎉 (minor)
  • custom-media-queries is now Stage 2 and has links to an official spec! 🎉 (minor)
  • display-two-values is now Stage 2 and has links to an official spec! 🎉 (minor)
  • opacity-percentage is now Stage 2 and has links to an official spec! 🎉 (minor)
  • prefers-color-scheme-query is now Stage 2 and has links to an official spec! 🎉 (minor)
  • prefers-reduced-motion-query is now Stage 2 and has links to an official spec! 🎉 (minor)
  • where-pseudo-class is now Stage 2 and has links to an official spec! 🎉 (minor)
  • container-queries has official Working Draft linked (instead of Editor's Draft).
  • nesting-rules has official Working Draft linked (instead of Editor's Draft).
  • overscroll-behavior-property has official Working Draft linked (instead of Editor's Draft).
  • Updated @mdn/browser-compat-data to 4.1.5 (patch)
  • Updated @astropub/webapi to 0.10.11 (patch)
  • Updated astro to 0.22.20 (patch)
  • Updated caniuse-lite to 1.0.30001304 (patch)
  • Updated stylelint to 14.3.0 (minor)
alaguna
published 6.0.2 •

Changelog

Source

6.0.2 (January 21, 2022)

  • Updated mechanism to calculate browser versions to be more reliable. This also introduces the option through allow_partial_implementation if we want to allow something such as Autoprefixer to take care with prefixing a given feature such as :any-link.
  • Ensuring pre-releases aren't counted as vendor implementation. This was flagging that :has had 1 vendor implementation, but it's not in stable Safari yet.
  • Removed media-query-ranges support data as it was not correct that Firefox supports it fully. See #57 and mdn/browser-compat-data#14593
  • Updated @mdn/browser-compat-data to 4.1.4 (patch)
  • Updated astro to 0.22.16 (patch)
  • Updated caniuse-lite to 1.0.30001300 (patch)
alaguna
published 6.0.1 •

Changelog

Source

6.0.1 (January 7, 2022)

  • Updated: Conditional media queries now Stage 2 and has links to an official spec! 🎉 (minor)
  • Updated astro to 0.22.8 (patch).
  • Updated caniuse-lite to 1.0.30001297 (patch).
alaguna
published 6.0.0 •

Changelog

Source

6.0.0 (January 7, 2022)

  • Exported CSSDB no longer exposes example, caniuse nor caniuse-compat (breaking).
  • Added browser_support field that contains a dictionary with the earliest supported version.
  • Added a mechanism to fetch browser support from mdn.
  • Added vendors_implementations that states how many vendors have implemented the feature.
  • Added: Stage 1 clamp() function (minor)
  • Added: Stage 1 Two values syntax for display (minor)
  • Added: Stage 1 percentages for opacity (minor)
  • Updated postcss-preset-env to 7.2.0 (minor).
  • Updated @astropub/webapi to 0.10.2 (minor).
  • Updated astro to 0.22.7 (patch).
  • Updated caniuse-lite to 1.0.30001296 (patch).
alaguna
published 5.1.0 •

Changelog

Source

5.1.0 (January 4, 2022)

  • Updated: All plugins urls are pointing to the right place.
  • Added: Exported now a cssdb.mjs to allow support of ESM modules.
  • Added: color-contrast() function.
  • Added: Container Queries.
  • Updated: env() now has Browser Support table.
  • Updated: nesting-rules now have Browser Support table and Can I Use property.
  • Updated: prefers-color-scheme Media Query Browser Support.
  • Updated: Font format() Keywords now has MDN docs.
  • Updated: hwb() Function now has MDN docs.
  • Updated: ic unit now has MDN docs.
  • Updated: lch() Function now has MDN docs.
  • Updated: :matches() Pseudo Class now has MDN docs.
  • Updated: :where() Zero-Specificity Pseudo-Class now has MDN docs.
  • Updated: all Property is now Stage 3! 🎉
  • Updated: gray() function is now Stage -1! 🙁
jonathantneal
published 5.0.0 •

Changelog

Source

5.0.0 (May 24, 2019)

  • Removed: Rejected :matches() psuedo-class (major)
  • Added: Stage 2 :is() pseudo-class (minor)
  • Added: MDN docs for image-set-function (patch)
  • Added: MDN docs for :blank pseudo-class (patch)
jonathantneal
published 4.4.0 •

Changelog

Source

4.4.0 (March 7, 2019)

  • Updated: Nesting Rules are now Stage 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