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

postcss-csso

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-csso - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

HISTORY.md

@@ -0,1 +1,5 @@

## 1.1.1 (April 12, 2016)
- Fix exception when PostCSS at-rule node has no params (#4)
## 1.1.0 (April 7, 2016)

@@ -2,0 +6,0 @@

2

lib/postcssToCsso.js

@@ -55,3 +55,3 @@ var parse = require('csso').parse;

name: node.name,
expression: parseToCsso(node.params, 'atruleExpression', node),
expression: parseToCsso(node.params || '', 'atruleExpression', node),
block: null

@@ -58,0 +58,0 @@ };

{
"name": "postcss-csso",
"version": "1.1.0",
"version": "1.1.1",
"description": "PostCSS plugin to minify CSS using CSSO",

@@ -5,0 +5,0 @@ "keywords": [

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