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

rollup-plugin-postcss

Package Overview
Dependencies
Maintainers
2
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-postcss - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

2

dist/index.common.js

@@ -60,3 +60,3 @@ 'use strict';

var extract = Boolean(options.extract);
var extractPath = typeof options.extract === 'string' ? extract : null;
var extractPath = typeof options.extract === 'string' ? options.extract : null;

@@ -63,0 +63,0 @@ var concat = new Concat(

{
"name": "rollup-plugin-postcss",
"version": "0.4.0",
"version": "0.4.1",
"description": "Seamless integration between Rollup and PostCSS",

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

@@ -9,2 +9,8 @@ # rollup-plugin-postcss [![Build Status](https://img.shields.io/circleci/project/egoist/rollup-plugin-postcss/master.svg?style=flat-square)](https://circleci.com/gh/egoist/rollup-plugin-postcss/tree/master)

## Features
- CSS modules support
- Extract CSS file
- Custom pre-processor support (like Stylus and Sass)
## Installation

@@ -11,0 +17,0 @@

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