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
2
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.8.0

13

index.js

@@ -17,3 +17,2 @@ 'use strict';

require('postcss-color-rgba-fallback'),
require('postcss-epub'),
require('postcss-opacity'),

@@ -29,2 +28,8 @@ require('postcss-pseudoelements'),

// Default options
var defaults = {
autoprefixer: false,
fallbacks: false
};
// Build PostCSS plugin

@@ -38,2 +43,8 @@ var rucksack = $postcss.plugin('rucksack', function(options) {

Object.keys(defaults).forEach(function(opt){
if (!options.hasOwnProperty(opt)){
options[opt] = defaults[opt];
}
});
Object.keys(processors).forEach(function(feature){

@@ -40,0 +51,0 @@ var processor = processors[feature];

36

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

@@ -37,21 +37,19 @@ "main": "index.js",

"dependencies": {
"autoprefixer": "^5.2.0",
"autoprefixer": "^6.0.0",
"minimist": "^1.1.2",
"postcss": "^4.1.9",
"postcss-alias": "^0.1.0",
"postcss-clearfix": "0.1.4",
"postcss-color-palette": "0.0.3",
"postcss-color-rgba-fallback": "^1.3.0",
"postcss-easings": "^0.2.0",
"postcss-epub": "^2.3.0",
"postcss-fontpath": "^0.1.0",
"postcss-hexrgba": "^0.1.0",
"postcss-input-style": "^0.2.4",
"postcss-opacity": "^2.0.0",
"postcss-position": "^0.3.0",
"postcss-pseudoelements": "^2.2.0",
"postcss-quantity-queries": "^0.3.1",
"postcss-reporter": "^0.4.0",
"postcss-responsive-type": "^0.2.0",
"postcss-vmin": "^1.0.0",
"postcss": "^5.0.0",
"postcss-alias": "^0.2.2",
"postcss-clearfix": "0.2.0",
"postcss-color-rgba-fallback": "^2.0.0",
"postcss-easings": "^0.3.0",
"postcss-fontpath": "^0.2.0",
"postcss-hexrgba": "^0.2.0",
"postcss-input-style": "^0.3.0",
"postcss-opacity": "git://github.com/seaneking/postcss-opacity.git",
"postcss-position": "^0.4.0",
"postcss-pseudoelements": "^3.0.0",
"postcss-quantity-queries": "^0.4.0",
"postcss-reporter": "^1.0.0",
"postcss-responsive-type": "^0.3.0",
"postcss-vmin": "git://github.com/seaneking/postcss-vmin.git",
"read-file-stdin": "^0.2.0",

@@ -58,0 +56,0 @@ "write-file-stdout": "0.0.2"