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

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.1.0 to 2.1.1

6

History.md
2.1.1 / 2015-10-08
==================
* add globby to support wildcards in Windows
* remove obsolete note on postcss-import compatibility
2.1.0 / 2015-09-01

@@ -3,0 +9,0 @@ ==================

3

index.js

@@ -0,1 +1,2 @@

var globby = require("globby");
var argv = require("yargs")

@@ -55,3 +56,3 @@ .usage('Usage: $0 -use plugin [--config|-c config.json] [--output|-o output.css] [input.css]')

var inputFiles = argv._;
var inputFiles = globby.sync(argv._);
if (!inputFiles.length) {

@@ -58,0 +59,0 @@ if (argv.input) {

{
"name": "postcss-cli",
"version": "2.1.0",
"version": "2.1.1",
"description": "CLI for postcss",

@@ -21,2 +21,3 @@ "main": "index.js",

"dependencies": {
"globby": "^3.0.1",
"neo-async": "^1.0.0",

@@ -23,0 +24,0 @@ "postcss": "^5.0.0",

@@ -58,4 +58,2 @@ [![Build Status](https://img.shields.io/travis/code42day/postcss-cli.svg)](http://travis-ci.org/code42day/postcss-cli)

[postcss-import] does not have 5.x compatible version as of now. See workaround [here](https://github.com/code42day/postcss-cli/issues/24).
#### `--config|-c`

@@ -143,2 +141,2 @@

[postcss]: https://github.com/postcss/postcss
[postcss-import]: https://github.com/postcss/postcss-import
[postcss-import]: https://github.com/postcss/postcss-import
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