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

sanitize.css

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sanitize.css - npm Package Compare versions

Comparing version 7.0.3 to 8.0.0

6

CHANGELOG.md
# Changes to sanitize.css
### 8.0.0 (October 8, 2018)
- Changed: Apply `aria-disabled` disabled styles when `[aria-disabled="true"]`
- Changed: Apply `svg { fill: currentColor }` when `svg:not([fill])`
- Fixed: Apply appropriate system font fallbacks for KDE Plasma
### 7.0.3 (September 4, 2018)

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

4

package.json
{
"name": "sanitize.css",
"version": "7.0.3",
"version": "8.0.0",
"description": "A best-practices CSS foundation",

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

"devDependencies": {
"stylelint": "^9.5.0",
"stylelint": "^9.6.0",
"stylelint-config-standard": "^18.2.0"

@@ -27,0 +27,0 @@ },

@@ -105,3 +105,3 @@ # sanitize.css [<img src="https://csstools.github.io/sanitize.css/logo.svg" alt="sanitize" width="90" height="90" align="right">][sanitize.css]

/* Gnome 3+ */ Cantarell,
/* KDE Plasma 4+ */ Oxygen,
/* KDE Plasma 5+ */ Noto Sans,
/* fallback */ sans-serif,

@@ -123,3 +123,3 @@ /* macOS emoji */ "Apple Color Emoji",

##### Words break to prevent prevent overflow
##### Words break to prevent overflow

@@ -157,2 +157,3 @@ ```css

/* Ubuntu 10.10+ */ Ubuntu Monospace,
/* KDE Plasma 5+ */ Noto Mono,
/* KDE Plasma 4+ */ Oxygen Mono,

@@ -185,3 +186,3 @@ /* Linux/OpenOffice fallback */ Liberation Mono,

```css
svg {
svg:not([fill]) {
fill: currentColor;

@@ -237,3 +238,3 @@ }

[aria-disabled], [disabled] {
[aria-disabled="true"], [disabled] {
cursor: default;

@@ -240,0 +241,0 @@ }

Sorry, the diff of this file is not supported yet

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