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

clean-css

Package Overview
Dependencies
Maintainers
2
Versions
211
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clean-css - npm Package Compare versions

Comparing version 4.0.5 to 4.0.6

2

lib/optimizer/level-1/optimize.js

@@ -394,3 +394,3 @@ var shortenHex = require('./shorten-hex');

function removeQuotes(name, value) {
if (name == 'content') {
if (name == 'content' || name.indexOf('font-feature-settings') > -1) {
return value;

@@ -397,0 +397,0 @@ }

{
"name": "clean-css",
"version": "4.0.5",
"version": "4.0.6",
"author": "Jakub Pawlowicz <contact@jakubpawlowicz.com> (http://twitter.com/jakubpawlowicz)",

@@ -5,0 +5,0 @@ "description": "A well-tested CSS minifier",

Sorry, the diff of this file is too big to display

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