Socket
Socket
Sign inDemoInstall

postcss-cli

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-cli - npm Package Compare versions

Comparing version 2.4.0 to 2.4.1

5

History.md
2.4.1 / 2016-01-27
==================
* improve warning disply format
2.4.0 / 2016-01-15

@@ -3,0 +8,0 @@ ==================

2

index.js

@@ -190,3 +190,3 @@ var globby = require("globby");

if (typeof result.warnings === 'function') {
result.warnings().forEach(console.error);
result.warnings().forEach(function(w) { console.warn(w.toString()); });
}

@@ -193,0 +193,0 @@ fn(null, result);

{
"name": "postcss-cli",
"version": "2.4.0",
"version": "2.4.1",
"description": "CLI for postcss",

@@ -5,0 +5,0 @@ "main": "index.js",

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