New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rucksack-css

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rucksack-css - npm Package Compare versions

Comparing version

to
0.9.0

5

index.js

@@ -31,3 +31,4 @@ 'use strict';

autoprefixer: false,
fallbacks: false
fallbacks: false,
reporter: false
};

@@ -57,3 +58,3 @@

plugins.push(reporter);
options.reporter && plugins.push(reporter);

@@ -60,0 +61,0 @@ // Build PostCSS bundle

6

package.json
{
"name": "rucksack-css",
"version": "0.8.6",
"version": "0.9.0",
"description": "A little bag of CSS superpowers",

@@ -41,3 +41,3 @@ "main": "index.js",

"postcss": "^5.0.0",
"postcss-alias": "^0.2.2",
"postcss-alias": "^1.0.0",
"postcss-clearfix": "^1.0.0",

@@ -54,3 +54,3 @@ "postcss-color-rgba-fallback": "^2.0.0",

"postcss-reporter": "^1.0.0",
"postcss-responsive-type": "^0.3.1",
"postcss-responsive-type": "^0.5.0",
"postcss-vmin": "^2.0.0",

@@ -57,0 +57,0 @@ "read-file-stdin": "^0.2.0",

@@ -246,2 +246,5 @@ <p align="center">

###### Error reporting
Enable reporting, which outputs helpful error and warning messages from the plugins used inside Rucksack to your console, with the `reporter` option. Defaults to `false`.
```js

@@ -248,0 +251,0 @@ // Set in build tool, etc.