Socket
Socket
Sign inDemoInstall

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 3.4.25 to 3.4.26

5

History.md

@@ -0,1 +1,6 @@

[3.4.26 / 2017-05-10](https://github.com/jakubpawlowicz/clean-css/compare/v3.4.25...v3.4.26)
==================
* Backports [#939](https://github.com/jakubpawlowicz/clean-css/issues/939) - semicolon after `@apply` at-rule.
[3.4.25 / 2017-02-22](https://github.com/jakubpawlowicz/clean-css/compare/v3.4.24...v3.4.25)

@@ -2,0 +7,0 @@ ==================

2

lib/stringifier/helpers.js

@@ -75,3 +75,3 @@ var lineBreak = require('os').EOL;

} else if (token[0] == AT_RULE) {
propertyAtRule(token[1], isLast, context);
propertyAtRule(token[1], false, context);
} else {

@@ -78,0 +78,0 @@ store(token[0], context);

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

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

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