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 0.2.0 to 0.3.0

2

index.js

@@ -24,3 +24,3 @@ var argv = require("yargs")

require('./node_modules/postcss/package.json').version
].join(' ')
].join(' ');
}, 'v')

@@ -27,0 +27,0 @@ .alias('v', 'version')

{
"name": "postcss-cli",
"version": "0.2.0",
"version": "0.3.0",
"description": "CLI for postcss",

@@ -9,2 +9,5 @@ "main": "index.js",

},
"scripts": {
"test": "make"
},
"repository": "https://github.com/code42day/postcss-cli.git",

@@ -19,7 +22,8 @@ "keywords": [

"postcss": "^4.0.6",
"yargs": "^3.5.3"
"yargs": "pirxpilot/yargs#3.5.4-postcss-cli"
},
"devDependencies": {
"jshint": "^2.6.3"
"jshint": "^2.6.3",
"postcss-url": "^2.1.0"
}
}

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

[![Build Status](https://img.shields.io/travis/code42day/postcss-cli.svg)](http://travis-ci.org/code42day/postcss-cli)
[![Dependency Status](https://img.shields.io/gemnasium/code42day/postcss-cli.svg)](https://gemnasium.com/code42day/postcss-cli)
[![NPM version](https://img.shields.io/npm/v/postcss-cli.svg)](http://badge.fury.io/js/postcss-cli)
# postcss-cli

@@ -36,2 +40,14 @@

JS configuration can be used if functions are allowed as plugins parameters:
````js
module.exports = {
"postcss-url": {
url: function(url) { return "http://example.com/" + url; }
},
autoprefixer: {
browsers: "> 5%"
}
};
````
Alternatively configuration options can be passed as `--plugin.option` parameters.

@@ -38,0 +54,0 @@

Sorry, the diff of this file is not supported yet

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